Loading Tool

Explorer IconExplorer

Memory Pool

80,436 transactions
30.88 vMB
0.08590451 BTC
Random Selection Loading Transactions
Max Size: 187.31/200 MB

Candidate Block

Mining Attempt 03e5324e935322f7da8e7eb2bd6c55dd677331dfbe81ee57afa05aafa4f05d9e
Version 20000000
Previous Block 0000000000000000000041d60a92a6ed88a5f4f780ef10a467a2b56d3042f027
Merkle Root 39a20fdbfbfdc45196287e2e12dcba345f4378f8fde7a720c403e4b01c2905b3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,288
Size: 1.00 vMB
Total Fees: 0.01953892 BTC
Feerates: 261.10 > 1.96 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,192 (131,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
783,512 783,512 0000000000000000000394ce4d4e4acc93ea9c8efa80281d22fcbdf2159a8b01 2,485 1.00/1.00 vMB 14
783,511 783,511 00000000000000000000f21b82e5365343b93dad883083c274c7450acc68a6e8 2,464 1.00/1.00 vMB 7
783,510 783,510 00000000000000000002d124dcd21bff86ce3acf63dc2d039f723021c6b5f9e4 2,989 1.00/1.00 vMB 26
783,509 783,509 0000000000000000000335bddcfe7d8e5de49dc670472d9e056e5a932bcfea9b 1,512 1.00/1.00 vMB 17
783,508 783,508 00000000000000000005be0ab3f61160cd92f54656553c3cb0458c1bf051d39c 2,249 1.00/1.00 vMB 28
783,507 783,507 00000000000000000002349affd4247dff683b2a54a6b74713b094c7493e17d3 2,610 1.00/1.00 vMB 37
783,506 783,506 000000000000000000006e8baa32690304bcddd6c31a774e7526b90480694b3b 328 1.00/1.00 vMB 2
783,505 783,505 00000000000000000004c57ed74fec110fa99dec461f5e3b49eb34333bcd7d3c 2,011 1.00/1.00 vMB 11
783,504 783,504 000000000000000000011d727130983537eef68ec352e1a1b2346f46fa90e1cf 465 1.00/1.00 vMB 4
783,503 783,503 000000000000000000022d9a6416424f6f4ee7f0b9678d4c9b3db305a6439b0a 1,144 1.00/1.00 vMB 7
783,502 783,502 000000000000000000036ae2295fe3d8097062260439f1ad20f3ba2183979c20 2,130 1.00/1.00 vMB 6
783,501 783,501 000000000000000000010dd3c19fa4b24810136bd6e22904c3da0ab231e47e5c 3,497 1.00/1.00 vMB 23
783,500 783,500 000000000000000000001f9843bb9b022fda66c2ca91a98ad4d6ea700d9e1782 1,366 1.00/1.00 vMB 14
783,499 783,499 00000000000000000004cf7e16321f41481c68bc5cab4f918840a738d622b295 2,202 1.00/1.00 vMB 18
783,498 783,498 000000000000000000027ebd8e7ab087e2a36b25bafa9c1888524a5d8b107531 3,440 1.00/1.00 vMB 34
783,497 783,497 000000000000000000027e0ee562f99e6f25130b0bc2c51626472ad8130b601d 674 1.00/1.00 vMB 5
783,496 783,496 00000000000000000003788c556139dc81a75095d272ed00179316cfcce9f6d9 2,463 1.00/1.00 vMB 7
783,495 783,495 00000000000000000001f8687a2532f1a0ea5ab7b0e450dadb81222c0b95211a 2,733 1.00/1.00 vMB 8
783,494 783,494 00000000000000000002db3c673135606282582c6b5477759108e283f4a89c4f 3,445 1.00/1.00 vMB 30
783,493 783,493 00000000000000000000f6267f8447a453da7b494cc0a328b42a6dc26b715959 1,846 1.00/1.00 vMB 11
783,492 783,492 0000000000000000000510ff81619f99edacc05bb787667c8e39b752e4db7e10 2,385 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.72 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: 707.24 GB
    • Received: 16.67 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.