Loading Tool

Explorer IconExplorer

Memory Pool

35,979 transactions
25.94 vMB
0.08124804 BTC
Random Selection Loading Transactions
Max Size: 132.43/200 MB

Candidate Block

Mining Attempt 7b8f49bf8fe70f068d66c702de701da179de7260c72853e6ea34e1cf244ee5f9
Version 20000000
Previous Block 000000000000000000018a7c9c67def46f0c877c4aaa1e2e54a892d9cd10acb4
Merkle Root 80e7ef64994ee644b43bf30407d0bb342c46f7f4d2dd8bca7ecb72d860dce562
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,216
Size: 1.00 vMB
Total Fees: 0.03356221 BTC
Feerates: 151.12 > 3.36 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,690 (415,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,500 499,500 000000000000000000a59fd7e046dd2f1c96eb0f084412154f0b9f14886c1817 1,700 1.00/1.00 vMB 358
499,499 499,499 000000000000000000858ae66c5d0dcfeae83c3c57f3395170fe581dc18b4aee 2,522 1.00/1.00 vMB 406
499,498 499,498 00000000000000000019f91601525251f7d49bb0e23259fdb556ddf4c0c8d4fc 2,977 1.00/1.00 vMB 452
499,497 499,497 0000000000000000000e68445d7990546e0b1649d7a0ae47362a25341d9aeb0e 2,876 1.00/1.00 vMB 442
499,496 499,496 00000000000000000048ab164f3655bf25fd955af5dd8579e782e08b6e5cfff3 2,640 1.00/1.00 vMB 439
499,495 499,495 000000000000000000002479d3be3563ddfab5c3e174d0e6d37ee726710290a3 2,413 1.00/1.00 vMB 421
499,494 499,494 000000000000000000944c39b40d73cce7437217fecab7f9aa772f21e3204b3b 2,345 1.00/1.00 vMB 320
499,493 499,493 0000000000000000003d3f697146fc58d676448ee908be80bf66f1bd5befed44 2,337 1.00/1.00 vMB 340
499,492 499,492 00000000000000000058d74b1ecbf25022fb089899f92e4fe4a4c59e219c5315 2,771 1.00/1.00 vMB 425
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
Previous 10 blocks ↓
Total Size: 781.84 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: 637.65 GB
    • Received: 12.44 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.