Loading Tool

Explorer IconExplorer

Memory Pool

33,474 transactions
25.78 vMB
0.07086123 BTC
Random Selection Loading Transactions
Max Size: 129.21/200 MB

Candidate Block

Mining Attempt f6c68d004b30c80b9d6c6c230213e76168994caeee4bb8f5264d5f85f592d88b
Version 20000000
Previous Block 000000000000000000009bccc0ad0d274d77561aa86f75844353a302f9f35411
Merkle Root b32ddded7b481ebd11aa25301932a071b0b3d9514765c8548b55c3a71ee6c45d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,532
Size: 1.00 vMB
Total Fees: 0.02325112 BTC
Feerates: 502.67 > 2.33 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,221 (787,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,401 126,401 0000000000000f9ddef454c312a8bccd9baa808ffb9773755cf0ab867331e742 22 0.01/1.00 vMB 1,544
126,400 126,400 000000000000443a397c099458703e381557d45881bdbe78d50e81919fbe007a 1 0.00/1.00 vMB 0
126,399 126,399 00000000000018b1d3a0414d4c19ae5ce31da24c7a7bf28e33a139b595b2ae68 3 0.00/1.00 vMB 2,283
126,398 126,398 0000000000001605c2c35cdcd504102f48aa83f93c7e31752a43b9daf603e256 4 0.00/1.00 vMB 0
126,397 126,397 0000000000003c7c312c2c6cb7f982e6d744d1507187ffdd55fc89d6509e6a06 80 0.04/1.00 vMB 421
126,396 126,396 0000000000000a4fa8136e3b576b878129d6ab18e6bf0238ef798d5e8d7e96bf 16 0.00/1.00 vMB 476
126,395 126,395 000000000000107638af23032afa4372fa03bf3c6c57e3cf5aac686c8101ac96 32 0.02/1.00 vMB 1,133
126,394 126,394 000000000000292ce375ca6f7143e6fb29156fbbcf458ebda5fb43752560b5b0 8 0.00/1.00 vMB 484
126,393 126,393 00000000000007721a6aef4e831400666b538688f28c3f9c748976237b4d3304 5 0.00/1.00 vMB 0
126,392 126,392 00000000000044a66aaa8e54d3cea7b42f00b5748583758e7ad4236d4eb6dccc 5 0.00/1.00 vMB 849
126,391 126,391 0000000000000491cf015082e7836c2d6d38b1ba4dcf6d674e7d4ac52c749181 54 0.03/1.00 vMB 460
126,390 126,390 0000000000000b76e38b396f1ab4587c60dd752cc4dcb59578a90717af939f06 9 0.00/1.00 vMB 324
126,389 126,389 0000000000003797281cf02f587c358cf6b8a870de4c7b29cf5093e4a1ff486b 22 0.01/1.00 vMB 774
126,388 126,388 0000000000003e3895ded160f6112900f32bfbdb26d825b8346f46b5fc068830 21 0.02/1.00 vMB 400
126,387 126,387 00000000000043b8be5f32865507e4aa7140bd634da2908631cd1d7a536f1bbc 17 0.00/1.00 vMB 221
126,386 126,386 0000000000001145253a47bda508fc9e5a7b1a3846e7f4ed65e30745b9be6928 23 0.01/1.00 vMB 576
126,385 126,385 000000000000149724f15e1fd95027d1695ba6699016c249961ca3f7644195df 57 0.02/1.00 vMB 271
126,384 126,384 00000000000017710f061c85f374a2921214afd90ad057e7a8f6dbc57eb4b7f1 86 0.03/1.00 vMB 1,347
126,383 126,383 0000000000001c560aa99bba567911552164edbe569db26cf38755d365bcc340 31 0.01/1.00 vMB 1,070
126,382 126,382 0000000000002ecfe0a5e7b4c8aad55f69218edf3f0f1a1f12aac85187fc3a19 4 0.00/1.00 vMB 64
126,381 126,381 0000000000000cf4a332ff9b50f30ab9518301718625200150cef2fea71ea19b 12 0.01/1.00 vMB 1,762
Previous 10 blocks ↓
Total Size: 780.98 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: 574.95 GB
    • Received: 8.23 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.