Loading Tool

Explorer IconExplorer

Memory Pool

39,085 transactions
26.61 vMB
0.06560973 BTC
Random Selection Loading Transactions
Max Size: 137.35/200 MB

Candidate Block

Mining Attempt 9fd6def6139a845ede257b4abc349e5d9a9b45062bb9c6323bbd87e1ca654ae6
Version 20000000
Previous Block 00000000000000000000cb4640424bd1c2f130283339216bd0433be22d2cb445
Merkle Root 956d623cac44fa23e85382a4322769490a9a513b88982f1417cde054f8bb196d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,336
Size: 1.00 vMB
Total Fees: 0.01574321 BTC
Feerates: 201.06 > 1.58 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,683 (856,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
58,133 58,133 00000000005fafca7998ad97d97bc5ac7f9d1c613ee7ce66cd9713b75cd3eb83 1 0.00/1.00 vMB 0
58,132 58,132 00000000034b004b97a00375d5fa927d43e283521e844643c4ef506cfbc70438 2 0.00/1.00 vMB 0
58,131 58,131 000000000a3f2d55b90b5dcc6d154386b3c13b10e3459f37a8f76f51d856137a 1 0.00/1.00 vMB 0
58,130 58,130 0000000002603fca541210bc271baef0f9b4b27c41307b53cf743b9cd68f4463 1 0.00/1.00 vMB 0
58,129 58,129 0000000009bed245505c1959cbd7d72429e15ac884d36f64b1092c4ddecbe6a1 1 0.00/1.00 vMB 0
58,128 58,128 000000000b91981104419c45b3527fccf44f0171aeb2e2f5b60761dfe4f166f4 1 0.00/1.00 vMB 0
58,127 58,127 00000000124ac902a7a15be12f910ceec4bcede40e73f0a37bc1a155c1926e16 1 0.00/1.00 vMB 0
58,126 58,126 0000000001fb2aae4b97cc01baa105b3a261c6c91a28137f5af8188c41be374d 1 0.00/1.00 vMB 0
58,125 58,125 000000000b330b7197bea641f896bd0d05c20269f4545f98b0a681d993abd088 3 0.00/1.00 vMB 0
58,124 58,124 000000001000b9eae987a58d09de30b13a319da974ff3e72325ac6a33477dfa0 1 0.00/1.00 vMB 0
58,123 58,123 000000000aba8eb19e4e54b6788630f76ead3ba51801103cb0dfed7e4a212fd6 2 0.00/1.00 vMB 0
58,122 58,122 0000000002daca0722b117d21f3893b905faa7d5e9d2aba6eab57b948001dfa9 2 0.00/1.00 vMB 0
58,121 58,121 00000000097687bbe74b961ccf453672a915de35db96d6f09ad00a2553d23851 1 0.00/1.00 vMB 0
58,120 58,120 0000000008d817dac4c31ae5e87cabb3b735ac4c3ee94049da792d009f8b1742 1 0.00/1.00 vMB 0
58,119 58,119 0000000015403d0539af6ed35b61a57c8efc0521a516edc89dfcacdfb636a669 1 0.00/1.00 vMB 0
58,118 58,118 000000000f9bcfcdb46765bc900aa57190f5b12e6c898fe584b9275e7ce88de2 1 0.00/1.00 vMB 0
58,117 58,117 000000000bf81b317b6ad758fda3872d61394d7af0545165c2ef66fb448cd525 1 0.00/1.00 vMB 0
58,116 58,116 0000000000057509c9c1d0d09265651680db180f394f9c32c76a37ba33763f15 1 0.00/1.00 vMB 0
58,115 58,115 0000000000fa150423bc5c60489375af2841b2364a587716c3b8ff0a9ce9d873 1 0.00/1.00 vMB 0
58,114 58,114 000000000bac2f01f1279f0d1bd03dec7c28870f8cd9b0365cb861d9c9bf3d14 1 0.00/1.00 vMB 0
58,113 58,113 000000000a7658821b83ffc061f7d73f0d491b759f3f02a73e21ff71cc94d683 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.83 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: 636.92 GB
    • Received: 12.39 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.