Loading Tool

Explorer IconExplorer

Memory Pool

82,882 transactions
31.26 vMB
0.12317120 BTC
Random Selection Loading Transactions
Max Size: 183.86/200 MB

Candidate Block

Mining Attempt 871130b572a0bd8ecfabc351d3ef5c97d3f8b69f76ecf52153432fb71ef0b690
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 7dd056ae0786860d8061f1eff4759bb4d0db3ed5e166a96551830747d8905870
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,507
Size: 1.00 vMB
Total Fees: 0.04272749 BTC
Feerates: 150.80 > 4.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (446,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
468,310 468,310 000000000000000000cf38ebcfbff350134aa3c59027eba6b3be2aa1548ccbc4 1,988 1.00/1.00 vMB 291
468,309 468,309 0000000000000000012bbd7678f50018e50e3acf431e302e5ae0c0b5bcb0d047 1,893 1.00/1.00 vMB 349
468,308 468,308 000000000000000000e9f15a54c15007df5c3ee41e71d38e9353a7f2e9620e54 1,882 1.00/1.00 vMB 401
468,307 468,307 000000000000000000bf9d7f2bbc10ac3e1ea47eb265d0f600a771c9c920026a 185 0.99/1.00 vMB 350
468,306 468,306 0000000000000000003645094b45ec0e01ffb12165708704f452f68a6d96e630 257 1.00/1.00 vMB 328
468,305 468,305 000000000000000001cec6663e63c31877d7a27c03471b1f3b580895a01445ed 220 1.00/1.00 vMB 350
468,304 468,304 0000000000000000015cf27a76777d6f5e1f7a708e74d30181dc439ee41eaaa4 1,497 1.00/1.00 vMB 391
468,303 468,303 00000000000000000069c438158d34a2b045d588f784fd1fa890dcfa209f14db 2,258 0.99/1.00 vMB 277
468,302 468,302 000000000000000001125db2db6d65d9cfe3050fea0e089c21d42668056a468e 2,118 1.00/1.00 vMB 320
468,301 468,301 00000000000000000023fadd6946b6fc70d8fb285071a9584a19c6e6530a8b0b 2,312 1.00/1.00 vMB 286
468,300 468,300 000000000000000000694ba9f8a844b25b5b174383b0871415872f7978bccbdf 2,289 0.99/1.00 vMB 330
468,299 468,299 0000000000000000011609fd2d49e3a12b8dfc1733145edbd3c4fed4d189775e 2,273 1.00/1.00 vMB 357
468,298 468,298 000000000000000000d7543e390735c85113c3ff5249d0c5eca9e1f8b5aabd12 2,020 0.99/1.00 vMB 323
468,297 468,297 000000000000000000f0684b41ec8e279ba268806246d66e461cabee1beef1bf 2,544 1.00/1.00 vMB 334
468,296 468,296 000000000000000000def5f6999c77ed87798b74bec4b253c8fc4990e5cafdf2 2,105 1.00/1.00 vMB 235
468,295 468,295 0000000000000000002d202ab12c5401dc139fbdec21a6c4aa44f740b92f9488 2,917 1.00/1.00 vMB 438
468,294 468,294 0000000000000000016b90225c6c1154bf77f9461721127aa80f6d16d3cc9f3e 1,764 1.00/1.00 vMB 261
468,293 468,293 000000000000000001b7b848e0eb9e04fcbf5b0caf0f6930e188b9abcccecdeb 2,113 1.00/1.00 vMB 342
468,292 468,292 0000000000000000014ea913239d823c592793fc10943e702689de5e1e75ff64 2,290 1.00/1.00 vMB 318
468,291 468,291 0000000000000000000b4ee1719c211567233f75f331d478b52047847fc234b1 1,858 1.00/1.00 vMB 297
468,290 468,290 00000000000000000114c536b5c6bdc69b9d3763dd547138182b3d9114a09f08 2,308 1.00/1.00 vMB 288
Previous 10 blocks ↓
Total Size: 782.52 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: 668.77 GB
    • Received: 15.57 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.