Loading Tool

Explorer IconExplorer

Memory Pool

69,088 transactions
26.52 vMB
0.07628185 BTC
Random Selection Loading Transactions
Max Size: 158.64/200 MB

Candidate Block

Mining Attempt dc53a1f2258eed733c900ed6e80a8ee31e92434759dbae80dc4a5738c47261b4
Version 20000000
Previous Block 00000000000000000001aa9a1283aa889ea41c9cc87a0ebad4e6b488f74e2a00
Merkle Root 17911086e2e81010708260a9a042053fc1f165296197c9740f25732b836816b6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,928
Size: 1.00 vMB
Total Fees: 0.01982914 BTC
Feerates: 299.43 > 1.99 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,520 (814,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
101,519 101,519 000000000002f431a7b8080abaa5e755a50829ac7c7de9144ef5f3fae5e2fef2 11 0.01/1.00 vMB 0
101,518 101,518 0000000000010260e754917173294c8d88cab16499b733cca9d419c8251af894 13 0.00/1.00 vMB 0
101,517 101,517 00000000000368505cd52e182e69780d9764c4757bbf9f5bd3f15145a37930c3 14 0.00/1.00 vMB 0
101,516 101,516 0000000000009bac8feb5c7cae9e8c77e52dd6938776ec8eed8d627a121192b6 13 0.00/1.00 vMB 0
101,515 101,515 000000000002e000d6379424ffe028345cca7e00651d2173dea09357d9551767 1 0.00/1.00 vMB 0
101,514 101,514 00000000000301110d6b1a46bbc6cac2e9c6701d0bd4e26df5ddf9f456a82276 1 0.00/1.00 vMB 0
101,513 101,513 000000000000db9267104340862fec5d85b1a34d2dab7c33d5450691a8e1d6ab 1 0.00/1.00 vMB 0
101,512 101,512 00000000000110d84f84e93db2652154fd3038937d286b7f980e8b244457add3 3 0.00/1.00 vMB 1,587
101,511 101,511 000000000003ecc5a23b0495adf5cfd7fe0512bf27f9ee20f6fddb0b291338d4 1 0.00/1.00 vMB 0
101,510 101,510 000000000001dd3df0c7eb4f2cc0bb44290b8a6de42a53fd2fd5c711fe9960d7 6 0.00/1.00 vMB 0
101,509 101,509 000000000001b784bd8c0d868ae5264fc2afb482b112402cc0482eba9fd6d8b1 11 0.00/1.00 vMB 0
101,508 101,508 000000000000aba2a6ae6d5b4f2a637a77d61b7e4db6b7217a2dab823af399e6 12 0.00/1.00 vMB 0
101,507 101,507 0000000000020d101c721f4ba83655b65edd9eba45ea26c0b107876dcef279d1 13 0.00/1.00 vMB 0
101,506 101,506 0000000000031fef7e141207c406cd2ec70c1c408860a596ab6e840c6c88b965 3 0.00/1.00 vMB 0
101,505 101,505 000000000003bfb3c675b2ff6f1a705ce9418649dd46bfd617aecedc1fea8302 2 0.00/1.00 vMB 0
101,504 101,504 000000000002fac1093b87dbf28aa4965f34ea31d72ab7b0d7594d8c2d926079 6 0.00/1.00 vMB 0
101,503 101,503 000000000000149aaebd708d11698452653ec1036cb24c5157cb84e4b6fec645 1 0.00/1.00 vMB 0
101,502 101,502 00000000000381f5436c8512c2e3dc8393690f15d37f720e0a6a3c2e3fc4f8e8 5 0.00/1.00 vMB 0
101,501 101,501 000000000000526785ec4183a4645e8887e576f8c94a57a68c9f96485cd7a3ab 2 0.00/1.00 vMB 0
101,500 101,500 000000000000a99859dee7f1473f62ab817ad8662699ec9dc1bae590e3a0b433 4 0.00/1.00 vMB 0
101,499 101,499 0000000000012c9dcb638fd5e5dd4c287a42a03327a3aba36a498186e8e14899 10 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.30 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 767.06 GB
    • Received: 19.33 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.