Loading Tool

Explorer IconExplorer

Memory Pool

36,317 transactions
26.20 vMB
0.07286360 BTC
Random Selection Loading Transactions
Max Size: 133.91/200 MB

Candidate Block

Mining Attempt afdec51bd0a0278fd685fe1dfaa44fa052614eb38d7e8e7097b4b171c51083cc
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 032583cba3d7ce83a4c0ce7772b334d55ae72302a153e579fee8ff93b46c61bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,907
Size: 1.00 vMB
Total Fees: 0.02445623 BTC
Feerates: 713.01 > 2.45 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (415,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,506 499,506 000000000000000000464657c67c7deb233a636beceef32ae32db277fda48ced 2,271 1.00/1.00 vMB 468
499,505 499,505 0000000000000000002aae76d782322276856486b7ab019e0fe71a4d8507b918 2,959 1.00/1.00 vMB 309
499,504 499,504 0000000000000000006abad13cfad17eb655a4dda6a282abc4ae4b798da429df 2,283 1.00/1.00 vMB 200
499,503 499,503 0000000000000000000132655a8a7b613a63039a3d8eb7db3da5e8d5fc05878f 2,955 1.00/1.00 vMB 376
499,502 499,502 0000000000000000000451d922a59ef8a5be0e8a80f58c85a8954909dbdd3c69 2,815 1.00/1.00 vMB 408
499,501 499,501 000000000000000000649f2b23189bd02c11d1394f11fa3afee67dccda8db282 2,507 1.00/1.00 vMB 327
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
Previous 10 blocks ↓
Total Size: 781.82 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: 636.01 GB
    • Received: 12.35 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.