Loading Tool

Explorer IconExplorer

Memory Pool

83,040 transactions
31.16 vMB
0.16206570 BTC
Random Selection Loading Transactions
Max Size: 186.50/200 MB

Candidate Block

Mining Attempt b509b3ab94e6b4ba445e0243d5455d8d638c7983e78e43ffe88ca017b4a77354
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 4a9efdc9129bd81e8d6a9e363eaea3d71dca18dc1a26a253600c7bfc145974e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,718
Size: 1.00 vMB
Total Fees: 0.07037466 BTC
Feerates: 150.65 > 7.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (837,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
78,109 78,109 00000000001c316def90b4ff2e7c3068181490acb11fe10dff2d67a72c533a51 1 0.00/1.00 vMB 0
78,108 78,108 000000000059ccdd49d65c48d243a7c9d13c93e7fb116a8eeaecc2509435077a 1 0.00/1.00 vMB 0
78,107 78,107 000000000026c026bcc4f1907c72d562eca82d732744ebf9f23558b7f8b977e7 1 0.00/1.00 vMB 0
78,106 78,106 000000000042ad31003f40d1783929bd2107491459e69e299314ec83cbf127f6 6 0.00/1.00 vMB 0
78,105 78,105 00000000004d8cc97334c0e4b5861f30cd56b45705c5609c14a6ba3b0203659c 1 0.00/1.00 vMB 0
78,104 78,104 00000000001317120bc2514b17a33a3dee5092183fe99cebee05415c4aa765c0 1 0.00/1.00 vMB 0
78,103 78,103 00000000005c5109e51496566faf9b60ea7716cb0c292ddf427d21e04a426511 1 0.00/1.00 vMB 0
78,102 78,102 000000000029d2db463dcd5269cd0593a774028af50beca4825d6898f8240ab3 1 0.00/1.00 vMB 0
78,101 78,101 0000000000192118f6e7ad72cc5a2fe5cd3f5b76626c7a77f642abd88de5b570 1 0.00/1.00 vMB 0
78,100 78,100 00000000004ad735f9078ecb5041564da674c4884f3f688b149ef1e4c882e58d 1 0.00/1.00 vMB 0
78,099 78,099 0000000000518cecfd2a4269a2e2ee29e1a044a26e755f36bd0fd71d90aae4ec 1 0.00/1.00 vMB 0
78,098 78,098 00000000004575f73581f23737e80846cbf2d743f6d9d910209747d8242e4126 4 0.00/1.00 vMB 0
78,097 78,097 00000000000f2e552293839f01ad5e70d377bad52d06ab5a3c84eda5e8477678 2 0.00/1.00 vMB 0
78,096 78,096 00000000004f4a1394a4d23ef9e6885912607b79a1dcf8a5f2baec1aa19b17f1 2 0.00/1.00 vMB 0
78,095 78,095 00000000004417481a832b93333844787c19cae1ed67519afc154ce6759c6057 3 0.00/1.00 vMB 0
78,094 78,094 00000000001240f6c457c783d2c5d3bd1a49272a8b549edd4cfb55b468754194 1 0.00/1.00 vMB 0
78,093 78,093 00000000002ded7e5ec6a8fe133676b7ebcfaa9b1eb1424b49f8b11fbf22fbbe 2 0.00/1.00 vMB 0
78,092 78,092 0000000000474dcf7b2809cc35bb7571200921648983ad7d49628e068a1d000b 1 0.00/1.00 vMB 0
78,091 78,091 00000000004e3326a3ec83cc58a449ee890d029cbf6219d51d3a5182826daa9f 2 0.00/1.00 vMB 0
78,090 78,090 0000000000597c49a6019c4633f78e22649dbfa17531184b2a1d8f9440885e18 1 0.00/1.00 vMB 0
78,089 78,089 00000000001b4324ca6fe6099b80dfc37a9a1a67950568239c6ac23788e7459a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.65 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: 672.67 GB
    • Received: 16.30 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.