Loading Tool

Explorer IconExplorer

Memory Pool

37,852 transactions
27.20 vMB
0.05841291 BTC
Random Selection Loading Transactions
Max Size: 138.49/200 MB

Candidate Block

Mining Attempt eb733d69128728d7acd6cad05876d5fe858cb3d761b6331a946ea9a6eb49aae0
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root 342b45d4f7cc3f2d152736f7a6de062d426c543d7adf482dba37adb8f517125c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,497
Size: 1.00 vMB
Total Fees: 0.00709228 BTC
Feerates: 40.21 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (411,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,523 503,523 000000000000000000243fb42575c1f496daea2b608d094df45104a6ec8f1c75 2,481 1.00/1.00 vMB 532
503,522 503,522 000000000000000000498c0b92513bfa88245ae2591c36969535265acf98dd72 2,889 1.00/1.00 vMB 575
503,521 503,521 0000000000000000002fbc46e5da8996a43a42b64d978ebd8948ebf6b4306099 2,015 1.00/1.00 vMB 405
503,520 503,520 0000000000000000006b7337263ba0f7e92cb5657f88860c64eace74be408c47 1,691 1.00/1.00 vMB 468
503,519 503,519 00000000000000000088b839e0fa0b4157d5193093f931fde8eb99224fa6ec7f 2,665 1.00/1.00 vMB 550
503,518 503,518 00000000000000000066e5f8194c3d6a0c3494780b5ee00b2f33344c8a1f07f0 2,165 1.00/1.00 vMB 322
503,517 503,517 000000000000000000094e5ac7dbedcf9c8344a6895765f1987088491ff72846 2,314 1.00/1.00 vMB 537
503,516 503,516 0000000000000000003b031495058b5074a6f54b29bfe0538d5a68ef0178a06a 1,930 1.00/1.00 vMB 363
503,515 503,515 0000000000000000006bb683b0bc8e3ff4af2d30ce41d1592f1f2950b1ed27ed 1,973 1.00/1.00 vMB 483
503,514 503,514 00000000000000000032396e44249e6b6ccd8e89939e0caacab5f64c9ed478fe 1,921 1.00/1.00 vMB 478
503,513 503,513 00000000000000000067bbcc79b95f8d7743619426a9e03d5ea526e6bfb9ade6 2,838 1.00/1.00 vMB 551
503,512 503,512 000000000000000000519f2da6143a0080f46d7089c2dded27938827475a30ab 798 1.00/1.00 vMB 246
503,511 503,511 0000000000000000002ca2005124775806ef9e76fe2a81e78ad9ae5e84b4bf82 1,549 1.00/1.00 vMB 290
503,510 503,510 000000000000000000318726f893196b14d1b7f20cfda481d052b05317f2afbb 2,296 1.00/1.00 vMB 486
503,509 503,509 0000000000000000004dc33bb4b5e1e639cf8fc446153e03aa3331b1e9e600df 1,769 1.00/1.00 vMB 348
503,508 503,508 00000000000000000059a831336cf506920ee63e8ddb1cb0f8261c92fac5e475 2,427 1.00/1.00 vMB 503
503,507 503,507 0000000000000000003b88a3d0c6e68f66f5fa7f805d46bb46807e5ce1f868ce 1,263 1.00/1.00 vMB 367
503,506 503,506 0000000000000000007b76a6dbd8f2fb29ff0e55777d596d3b7d880478eb3e28 737 1.00/1.00 vMB 236
503,505 503,505 000000000000000000384710e98929871ea534ecf159c7b4b317b4922298999e 1,079 1.00/1.00 vMB 290
503,504 503,504 00000000000000000010139b3faf5c20d0016a25acf11781c7aa366e854a93bd 1,314 1.00/1.00 vMB 307
503,503 503,503 0000000000000000009172298c27bfe4363e6afd8814d96fcfe6f43b953fd787 945 1.00/1.00 vMB 234
Previous 10 blocks ↓
Total Size: 781.76 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.21 GB
    • Received: 12.11 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.