Loading Tool

Explorer IconExplorer

Memory Pool

1,817 transactions (0.40 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 2.77/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,396 000000000000000000022b910000000000000000000000000000000000000000 1,805 0.01029614 BTC 0.40 vMB 1.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,395 (748,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,461 163,461 00000000000002a4759a7e4a3cdfd281f2724b04dd77da25d039889f349ab763 0.04 MB 115 27
163,460 163,460 000000000000033297607fc57ff14f4a137784e25d4e761831cb5e9556a1826c 0.03 MB 83 147
163,459 163,459 00000000000003c31d902354992ef5a02c117683bb6dcefbbee539b9f6677bf2 0.02 MB 21 37
163,458 163,458 000000000000060941628a7934a009d569b77e928d2dceb13e27ff80153d300c 0.03 MB 56 128
163,457 163,457 000000000000092c5af71ec8a52ef8873ccfadfd9c44270dfe4d07f63b6a69ec 0.00 MB 14 41
163,456 163,456 000000000000053c1c2f269137797684bbaa1f6112313dceeac290c58fe2cbaf 0.00 MB 8 52
163,455 163,455 000000000000014a759ef5a62e6537d51618fc6863d28732d2759289d8f5da66 0.01 MB 24 1,124
163,454 163,454 00000000000009e066c17c5145c24e186a3bdd4b8b716746ce4fe88bd57a27a5 0.03 MB 86 5
163,453 163,453 00000000000007cbbd79d3f4bdc24a904d5aac1c6cfcfd97de54e5775e5b7256 0.01 MB 18 54
163,452 163,452 0000000000000290c6b9bc2d187c187b3c40db8764965482a66db5a48750b7fa 0.03 MB 63 386
163,451 163,451 000000000000099cdcef155c3372fe6e3432718e666379ccd1de1d8087867933 0.01 MB 25 29
163,450 163,450 0000000000000cab9ef4f1ba53bb2da9c2a8e4c69a95db377ab88263a92ecefe 0.00 MB 11 0
163,449 163,449 00000000000006860d9955af366a7b8e483ef579d5d1104dbf8e83bffa447789 0.00 MB 1 0
163,448 163,448 000000000000047a72be90500cf0d370abde1f7fa3c48c1885316f30cea756bb 0.02 MB 30 22
163,447 163,447 000000000000000453987404436d22cb8692aea0de5a77ff9d491921103c9a03 0.03 MB 50 52
163,446 163,446 0000000000000a3a5f43539474fb0d9d01e1cc6f02a090f5d802d6d0eecb577c 0.01 MB 18 56
163,445 163,445 00000000000001c30221546657897821c086760830c26e386c952bfaa3a029c3 0.01 MB 29 222
163,444 163,444 0000000000000829ac59a68cccc39ec61c0ed7e0a9647905e7c515f713e184ff 0.00 MB 8 12
163,443 163,443 000000000000087b8b0a2cae72a119b372e1b8944d921e23df26bbdce6f23bdc 0.02 MB 63 100
163,442 163,442 00000000000006e5f510472baed008aebf3557c251c50fec5353b219becd9d03 0.01 MB 35 0
163,441 163,441 0000000000000644dcff8f3cf2b99a051c4a7019ebb2737529feb8bfb1345a05 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,549.38 GB
    • Received: 137.24 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.