Loading Tool

Explorer IconExplorer

Memory Pool

41,895 transactions
26.49 vMB
0.07109809 BTC
Random Selection Loading Transactions
Max Size: 137.94/200 MB

Candidate Block

Mining Attempt ccdad9f7a4aaf2a71394b429596e39b3cd98411ef5a5ca3158a4859ae4b478d7
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root e6a39464fe0798ba0ee2702e9d86f8d5c514731a5e9483511b77a370f121ffd0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,831
Size: 1.00 vMB
Total Fees: 0.02242757 BTC
Feerates: 99.53 > 2.25 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (271,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
643,441 643,441 00000000000000000007661a399f19a1a28ed0059ec64c87a0bbf4a9b2925203 1,619 1.00/1.00 vMB 24
643,440 643,440 0000000000000000000419aed306e66a5d8420ebfb5be93207ae9cc55349ce9c 2,277 1.00/1.00 vMB 37
643,439 643,439 0000000000000000000432fcc807813abc38eeee4b2a76c0091fe536e8d480d9 2,808 1.00/1.00 vMB 96
643,438 643,438 0000000000000000000e8bb55a464edae017967a802547440235146958293269 1,591 1.00/1.00 vMB 17
643,437 643,437 0000000000000000000a1cd2b8b686c0ccb518202940e5a790d360f52fa64a41 2,197 1.00/1.00 vMB 68
643,436 643,436 0000000000000000000f07d713b3941e20b5da1e674e5473cc1ea1a3c2b52bce 2,126 1.00/1.00 vMB 34
643,435 643,435 0000000000000000000b0dc566c7becaff524caffe41230950b864028c7ec1a7 2,726 1.00/1.00 vMB 78
643,434 643,434 00000000000000000002c1d9ea1b022b9cbbe7f73efa42742c089a893dba6274 2,341 1.00/1.00 vMB 49
643,433 643,433 000000000000000000090434d2bae6cde171990e26f671d165c4f0c3add66578 1,280 1.00/1.00 vMB 14
643,432 643,432 0000000000000000000d5fc27ad1e2993627a85ff41ae3a7536ffa39b266264a 2,224 1.00/1.00 vMB 26
643,431 643,431 0000000000000000001000d16ea7073ed1b3189a9cba0e1f8b050382738d4376 2,183 1.00/1.00 vMB 65
643,430 643,430 0000000000000000000402fcb85f8e25f3d3a8148aac8602a02559fbdfd09b83 2,355 1.00/1.00 vMB 61
643,429 643,429 00000000000000000009b6124a41d7ba9d0758fcc219a2a565c969a930260dcb 1,501 1.00/1.00 vMB 139
643,428 643,428 0000000000000000000d487d14e5ad8d27c7a5c9ee8f19d25e516b0184fd6759 1,716 1.00/1.00 vMB 27
643,427 643,427 00000000000000000010414ee428e803b72aac92c26b2c87f8a46be9c86a85d0 1,401 1.00/1.00 vMB 27
643,426 643,426 0000000000000000000ac1dacf61828db7a9b06c24e9463d6a537fbca5d81695 2,366 1.00/1.00 vMB 34
643,425 643,425 0000000000000000000587871d746bde7727ec5c4f03f4b125a88bed918dea41 2,825 1.00/1.00 vMB 78
643,424 643,424 0000000000000000000f0f275603084e3e8f2737266cea19075eaab3f34a23ac 2,727 1.00/1.00 vMB 77
643,423 643,423 000000000000000000101164c21e18351abeef78f9ad9e404843e95d18807214 2,258 1.00/1.00 vMB 142
643,422 643,422 00000000000000000007d56648d856f1327f5f88b3ccc22dae947f8e865b10e1 2,149 1.00/1.00 vMB 93
643,421 643,421 00000000000000000008d341285e5bc21bebdd9e3098aa8216b375fd51e12640 2,822 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.17 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: 653.46 GB
    • Received: 13.89 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.