Loading Tool

Explorer IconExplorer

Memory Pool

85,280 transactions
31.96 vMB
0.17301471 BTC
Random Selection Loading Transactions
Max Size: 190.21/200 MB

Candidate Block

Mining Attempt 9c318d58a079a0fe821d3ebf468694a74176aad0d827fc802d9ea68a979f2a73
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 21f908bf37079ca4686aa6c14763274dd94edd53bf8abb975576248c47766524
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,918
Size: 1.00 vMB
Total Fees: 0.05461363 BTC
Feerates: 402.75 > 5.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (351,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,464 563,464 0000000000000000002050409732023e80508dab20a7e7a217d7bb37f6d6ddae 2,940 1.00/1.00 vMB 18
563,463 563,463 0000000000000000001663b90e4d3869d9815a6a87940b63806c8e2489fde4a3 2,657 1.00/1.00 vMB 26
563,462 563,462 0000000000000000001db7ad97ee9a3d1f7cd84c89bfe5c99021c8b17443ddef 2,959 1.00/1.00 vMB 27
563,461 563,461 000000000000000000149bbc8b60abf62efe7d4259892d475227e817b47dec9f 2,877 1.00/1.00 vMB 4
563,460 563,460 00000000000000000002e8145ff3fdf2e27a065de6685e647bb00e109c4be6a7 2,769 1.00/1.00 vMB 23
563,459 563,459 0000000000000000000f76ce57be481446e02ac68724dd1e163770da685c468d 2,505 1.00/1.00 vMB 30
563,458 563,458 0000000000000000000ade24b2bb0a8d84590c0a68fee1fefa66e14809db2ccb 2,518 0.84/1.00 vMB 1
563,457 563,457 000000000000000000255ba5a2ee74389cc4b6c92a4b137461b5323dd441ad5e 2,826 1.00/1.00 vMB 19
563,456 563,456 00000000000000000023e074ac39e3ed1dbf5c7261788248c461d099f78e4b50 1,479 1.00/1.00 vMB 5
563,455 563,455 00000000000000000014436203e2b520312d4f62f7c584b1ae3eda667c3c0e89 2,923 1.00/1.00 vMB 21
563,454 563,454 0000000000000000001b72bb6e35d351c251f21f27b697e2d4aec0ffd7014e75 2,921 1.00/1.00 vMB 13
563,453 563,453 00000000000000000003c67626b5d2898d3b7e1bde2dc2ab5e2532d16c277ec5 2,987 1.00/1.00 vMB 39
563,452 563,452 00000000000000000020ecf3991ec380260bda6b05e4c78012d173b88e8a80ff 3,074 1.00/1.00 vMB 3
563,451 563,451 0000000000000000000f218e2c565555d45c1a9db6b92b49d8258c13cf45ea5e 3,192 1.00/1.00 vMB 31
563,450 563,450 0000000000000000000ef949efd301a25f48e888fe56e807db4b90f26f245ece 1,582 0.62/1.00 vMB 16
563,449 563,449 000000000000000000136ad2d8b8a3568ac84eb8e33404b28069e81dd233c01e 3,136 1.00/1.00 vMB 16
563,448 563,448 0000000000000000000b0520bfa81c512812dbf9f9591220c11e6fbca1f297b4 1,904 0.65/1.00 vMB 13
563,447 563,447 00000000000000000001babfa58c1aa9bc5d245f84c71b6cb40a730368c646e4 1,977 0.69/1.00 vMB 12
563,446 563,446 00000000000000000018796185aaecf47f82ee5d4129a5c9ca7297fcd80ac91a 2,574 1.00/1.00 vMB 22
563,445 563,445 0000000000000000000ce746fd2e47b9ffc6925f5cf80c052182a1035e24e2f0 544 0.25/1.00 vMB 4
563,444 563,444 000000000000000000040c8084b49f6b3726c827f07ba6d526605131719a73e9 3,001 1.00/1.00 vMB 4
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.66 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.