Loading Tool

Explorer IconExplorer

Memory Pool

78,359 transactions
29.46 vMB
0.07723786 BTC
Random Selection Loading Transactions
Max Size: 177.96/200 MB

Candidate Block

Mining Attempt 7a56db4355b4d48e5a3e07b215c7b56df6e4310483079e93ad24262c3006a910
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root d42c0b7391c5ab14db790b9fae9d3b3cb3d9410c86fff561277bddd65c310573
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,172
Size: 1.00 vMB
Total Fees: 0.01320695 BTC
Feerates: 15.32 > 1.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (297,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,466 617,466 0000000000000000000848f3b7bfbc55cc40d9bb8b588f5fb70cd61e37e91cab 2,251 0.67/1.00 vMB 4
617,465 617,465 0000000000000000000a11ce325e974d907211e6a110a6723cd865ef73a0ac2b 2,356 1.00/1.00 vMB 5
617,464 617,464 000000000000000000063028858147bde30e9cf69f03f48da258bd10cd5679f3 2,630 1.00/1.00 vMB 29
617,463 617,463 0000000000000000000dab0aa0cfb8b8f8cceb2757de838b074c8c0fb104aee1 3,243 1.00/1.00 vMB 49
617,462 617,462 000000000000000000033b07e7dbffa187ec6b1c96ce5848b4b443081ab5d5fe 2,293 0.79/1.00 vMB 1
617,461 617,461 00000000000000000010188b6c2769495dc328e40e5a899e8e42c4bce2402799 2,142 1.00/1.00 vMB 7
617,460 617,460 00000000000000000000c18ec990a2cb328a1871c19aff948a3a02e1a1f138f4 2,624 1.00/1.00 vMB 15
617,459 617,459 00000000000000000007fb10dace5c40ff5fdd79ec537d57917d46a39bf12d38 2,463 1.00/1.00 vMB 36
617,458 617,458 0000000000000000000631e6054c3c6977b29520eeed03efdf65d8e193add4d5 2,596 1.00/1.00 vMB 21
617,457 617,457 0000000000000000000a1848726a5b26d60406be4ac945d4f38e6a27a9256d6e 3,255 1.00/1.00 vMB 41
617,456 617,456 00000000000000000011bcbce19cbc1ed6808f32056708701210e685e126baf6 2,350 1.00/1.00 vMB 6
617,455 617,455 00000000000000000008a8e6ba10d96d811c020ff7d4f6363aad1cbb2e307acd 2,598 1.00/1.00 vMB 19
617,454 617,454 0000000000000000000a90075120159d12bcd05961e5dc62edd70c48dfc3ab97 1,057 1.00/1.00 vMB 13
617,453 617,453 00000000000000000005386e59a85d43a97916e7e1659f320cf1ade55223d381 2,340 1.00/1.00 vMB 32
617,452 617,452 00000000000000000003def977e351ff38583343f20fa0fa140f8927bdbd7d9c 2,909 1.00/1.00 vMB 22
617,451 617,451 00000000000000000010509de690e72a5dde60df359f4bdafbfd533790a6b4c3 2,802 1.00/1.00 vMB 32
617,450 617,450 000000000000000000064e1b3a7af1033df8772fadca9c038534e6140db7736a 2,852 1.00/1.00 vMB 24
617,449 617,449 00000000000000000011ff08509304cadfff9ac99902936248a2af7758320313 1,257 1.00/1.00 vMB 5
617,448 617,448 00000000000000000005fa4349be9b7292d4891d6e5118c914eb2786d10a58d9 2,380 1.00/1.00 vMB 22
617,447 617,447 000000000000000000008c23d041aafb63e639e98cb9e561e851ecee2c0f34c9 3,244 1.00/1.00 vMB 36
617,446 617,446 0000000000000000000ad9ff5851173b9ea7d3d15bcb335ff91c2e4fdb6ed662 2,705 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.64 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.40 GB
    • Received: 16.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.