Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,150 transactions (0.40 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,200 000000000000000000022cb30000000000000000000000000000000000000000 0.39 vMB 1,149 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,199 (849,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,366 61,366 00000000046051c20d411c3fc76ca36e7fa38efc7019e7d35d8c57cc8960edd8 0.00 MB 3 0
61,365 61,365 00000000049779cb342bd239de626b5100a1e1089f332f2bcea8a04896109e76 0.00 MB 1 0
61,364 61,364 0000000008fa7b1864bcea5fada52558300c1660f1345a18e38c1048d456f697 0.00 MB 1 0
61,363 61,363 000000000102a6978f81b63f172645a33f71f1d31b48301fad406517cef5ff34 0.00 MB 3 0
61,362 61,362 00000000048507026a7548c78e1d55827f59e4505b70d18053143570c2e2e540 0.00 MB 1 0
61,361 61,361 0000000009cfc51a4346d6c2696721c4a3cdc8d9e855de00f005b31571e80ba1 0.00 MB 1 0
61,360 61,360 000000000669554c26c73a1e02670b48f78cedb1406ac634b3c430e892da5d43 0.00 MB 1 0
61,359 61,359 000000000b7db69fc198740ce2acea182a201e5bded0e80969764ff483417289 0.00 MB 1 0
61,358 61,358 000000000b699652a9b0f72eb3949a51aeb8fc505c8ebf142c23a43d7da370f5 0.00 MB 1 0
61,357 61,357 0000000004d24176ab823a19f67f6366a3dcc02d061da640fb70329b842d608a 0.00 MB 2 0
61,356 61,356 000000000d776616d37dd2d4fc225ed17357a1b0abefa48abec5fbf3fcb1c52f 0.00 MB 1 0
61,355 61,355 0000000009a9f909ed69f6fd942310a7d95a25cb5476f4cc196cffbbf55e65c7 0.00 MB 2 0
61,354 61,354 0000000000be90a5f2eba38291c7e236127f536634cf2875755a22fb93f667e8 0.00 MB 2 0
61,353 61,353 0000000003b490fcc6b177969ced7789a5d25a46019f3033378a7023aa3d02b5 0.00 MB 2 0
61,352 61,352 0000000004352bb0d65c83b88222d57a98a129148ba78a03dd01852eee100eb7 0.00 MB 3 0
61,351 61,351 000000000e30fe12dded15015dbda5dc2ab758f4030775ea8d3898d83712bd94 0.00 MB 3 0
61,350 61,350 0000000001d50c8861a385a48bd7a2387a5a702ebafb352a037f993825238226 0.00 MB 2 0
61,349 61,349 0000000005746254e0b6846367498c4e26d6b17429bd3692065a462eb3bd9b45 0.00 MB 1 0
61,348 61,348 000000000e9a669401ee08aea6702bd0cbd328d40f25d11caa6da642c8f84d66 0.00 MB 1 0
61,347 61,347 000000000eb321bfc600edc79dce4817c9d42811b001937b09a42ca8d3c0de93 0.00 MB 1 0
61,346 61,346 0000000000d08a486187a959b9cfc6458562f0b9e9a039b895b7090acf1ad2ef 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.62 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,377.07 GB sent, 126.87 GB received

Notes

  • This page updates every 5 seconds.
  • 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.