Loading Tool

Explorer IconExplorer

Memory Pool

83,127 transactions
30.85 vMB
0.09034531 BTC
Random Selection Loading Transactions
Max Size: 186.17/200 MB

Candidate Block

Mining Attempt 6afe80e8a38499ce8c32d4be4291906864fe83430b286cfa45d99a3b63759c9e
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root bb30fcc2b9c2910208ae3a88881e688984f5386ce8f0d3b6409afb8957360d2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,614
Size: 1.00 vMB
Total Fees: 0.02391412 BTC
Feerates: 366.60 > 2.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (129,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
785,417 785,417 000000000000000000054e3d9d26ae3d387378271d4fd51d51094b2fb62b6775 2,300 1.00/1.00 vMB 20
785,416 785,416 00000000000000000001b482a6868d0bcf24842bd212ece9dde0f3e1056c997d 1,601 1.00/1.00 vMB 22
785,415 785,415 000000000000000000043ac31184552ac0aaa736546df7b65afb5214c4ec36ea 2,652 1.00/1.00 vMB 34
785,414 785,414 00000000000000000000b132235fe74c089a09842a6d9e48c259e3acbc43f6a0 2,218 1.00/1.00 vMB 36
785,413 785,413 0000000000000000000499210ea8c3bd573e73a2ae2842be3ce6a24751a535f1 825 1.00/1.00 vMB 16
785,412 785,412 0000000000000000000403a7c8b58c9df30810e978b2cec02cd506b7e4f10be5 2,895 1.00/1.00 vMB 19
785,411 785,411 000000000000000000038ae2ff90f73767915ee836ecfbfa6b88a98e4becec77 1,794 1.00/1.00 vMB 18
785,410 785,410 0000000000000000000548a068255c4079335add9f9b7a012b0d21b83dfe92d1 3,324 1.00/1.00 vMB 31
785,409 785,409 00000000000000000001828ed16ae2599e2aae4503a0c12fbc870ba2fdd396f3 3,011 1.00/1.00 vMB 27
785,408 785,408 00000000000000000004ce417293b0c54c3e8b730e336b46bfd2c65aea510c64 4,161 1.00/1.00 vMB 34
785,407 785,407 00000000000000000003b64f3394567989a1b57372006ac3801168819a56b835 3,170 1.00/1.00 vMB 39
785,406 785,406 00000000000000000000652fa584c0f3408e582eb2f6a5ff537937150746f975 1,967 1.00/1.00 vMB 48
785,405 785,405 00000000000000000002f817f33a63b89cedca489c1025b8a3e7f90f52a6bf31 1,843 1.00/1.00 vMB 22
785,404 785,404 0000000000000000000456ce8135982098255a0a7b919db95e0b28aa5bea327b 3,020 1.00/1.00 vMB 23
785,403 785,403 000000000000000000001bb3bf3d3801e704187f7d55979e3f535c79b44af26e 1,320 1.00/1.00 vMB 40
785,402 785,402 0000000000000000000075679bb5abce46b1e3b80a928ee962f8ee303f53e305 1,783 1.00/1.00 vMB 20
785,401 785,401 00000000000000000003ff8f81a7d19bf23fefbaf038c4576d8f42aaa0be20aa 2,606 1.00/1.00 vMB 23
785,400 785,400 00000000000000000001a545b7b53c15d263c103712e6dc5774e096e81627912 2,557 1.00/1.00 vMB 24
785,399 785,399 0000000000000000000247168687fe94e9629a977fab07b3f7b9a9e452200fc4 3,397 1.00/1.00 vMB 32
785,398 785,398 00000000000000000004ee5bc51ad7465343ececc659b99c043107e1afb04b9d 2,594 1.00/1.00 vMB 23
785,397 785,397 000000000000000000050ac59d53dc1f1221be145ee2ead8cdda065cc04d6baa 3,582 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.34 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: 661.56 GB
    • Received: 14.82 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.