Loading Tool

Explorer IconExplorer

Memory Pool

41,618 transactions
28.36 vMB
0.06783052 BTC
Random Selection Loading Transactions
Max Size: 145.22/200 MB

Candidate Block

Mining Attempt afe06c6c45ea0c2997d96d871ddeba719137a813d48898ea9498341bee21a26d
Version 20000000
Previous Block 00000000000000000001569b11e789f54c2d4bfafa299c809e424c63bb9696a6
Merkle Root a787606aee924e78cc0214781cd9776ab710c13a3ca75adcb9891609c3b571b5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,411
Size: 1.00 vMB
Total Fees: 0.01303499 BTC
Feerates: 201.07 > 1.31 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,625 (415,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,487 499,487 0000000000000000005f935e6e1cf757a5c03383aad578eff5b234881d2da0e4 2,721 1.00/1.00 vMB 437
499,486 499,486 0000000000000000007f7ed7a88c0bd622ca669d9f6b260da9172841422b9f8f 2,155 1.00/1.00 vMB 259
499,485 499,485 000000000000000000549edee438dc2b09fe645e011dbbe5a0283da27415cdb3 1,474 1.00/1.00 vMB 197
499,484 499,484 000000000000000000853097deeff62f8f8ea2eccb22230e5bdea31c8a29ba0d 1,412 1.00/1.00 vMB 230
499,483 499,483 0000000000000000001b16ce2043ea1b31c4fe96db57612a4add8d8e22f5b591 2,763 1.00/1.00 vMB 416
499,482 499,482 0000000000000000000699d0ae5d11ae4467cd3887c9e3846bb9be3f490c0da6 2,481 1.00/1.00 vMB 325
499,481 499,481 0000000000000000004411db7dbea73e06a4a506108474b73e0f00d87b7ad996 2,244 1.00/1.00 vMB 217
499,480 499,480 00000000000000000006d3d5220451bc33610433b2830c69772df9f9709826e0 2,715 1.00/1.00 vMB 427
499,479 499,479 00000000000000000001a842b609c00820c177d35b46e15a53938783eaaaa4b0 2,622 1.00/1.00 vMB 267
499,478 499,478 00000000000000000077373fbbf044c83628316c836c0487dad4f938601d8f01 2,839 1.00/1.00 vMB 437
499,477 499,477 0000000000000000008e333e9617c9ae6b46f86c47219771c90b3d72ae5084fd 2,914 1.00/1.00 vMB 353
499,476 499,476 000000000000000000a90fdd34d539c9a25a56355a245708ff855f9e3245e98b 2,713 1.00/1.00 vMB 425
499,475 499,475 00000000000000000031a348ecb140e5828fb613825fd35f6ecc76d13d331cff 2,973 1.00/1.00 vMB 265
499,474 499,474 00000000000000000003f8e3c6edcb63372833cab410c4c9ec27599cda7d7764 2,530 1.00/1.00 vMB 406
499,473 499,473 000000000000000000a5d6aa16dd0fa6d59b5a6a178f60f6992541d5b66bd5ae 2,713 1.00/1.00 vMB 418
499,472 499,472 0000000000000000005427067cbbd383b86352876b214678759da65c837f81c8 2,954 1.00/1.00 vMB 355
499,471 499,471 00000000000000000058885c8676654d9c3cb4acbf6577e63d2e111edb40a91d 1 0.00/1.00 vMB 0
499,470 499,470 00000000000000000074c79ef7a6f52c11f50b70da118f3391b652d6d8dd1f8b 2,629 1.00/1.00 vMB 430
499,469 499,469 0000000000000000008d4543f05fea83f3d03fbf055fa482dcfc96c9a2189182 2,984 1.00/1.00 vMB 399
499,468 499,468 000000000000000000a3759788bfe1f05ee802377b016e64df8a880f188c3b75 2,598 1.00/1.00 vMB 412
499,467 499,467 0000000000000000002c17e1e7a14c5d82169fa78436a0c6925f1dabfac76a94 2,714 1.00/1.00 vMB 405
Previous 10 blocks ↓
Total Size: 781.73 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: 630.07 GB
    • Received: 11.98 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.