Loading Tool

Explorer IconExplorer

Memory Pool

38,594 transactions
27.08 vMB
0.05740650 BTC
Random Selection Loading Transactions
Max Size: 138.41/200 MB

Candidate Block

Mining Attempt 5bc282688b482c3e97172f558b54278ebda721754c7ab54c751e9c8ca5a61d20
Version 20000000
Previous Block 000000000000000000004ab2d9074b9d6bcd795d8888845f0458baf6acec01c0
Merkle Root 436fe6a4fece410caf1d784e3c87a5d00bb13acaefe83dbda6bd9e9378414cff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,086
Size: 1.00 vMB
Total Fees: 0.00639771 BTC
Feerates: 21.30 > 0.64 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,652 (415,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,491 499,491 0000000000000000008664a22773efb76b5f519a0f4832d9effaaeb6107f95f1 1,490 1.00/1.00 vMB 199
499,490 499,490 00000000000000000014daefe96158a694e813766e1c4fe498c0d9c435783550 2,888 1.00/1.00 vMB 387
499,489 499,489 000000000000000000638619e1b45bb6a106d4bb5787804b9a07f63d3774f202 2,701 1.00/1.00 vMB 316
499,488 499,488 000000000000000000685c278f3a8a56fbff7cee2e86ac129426fa272be4b06c 2,880 1.00/1.00 vMB 316
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
Previous 10 blocks ↓
Total Size: 781.78 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: 632.86 GB
    • Received: 12.17 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.