Loading Tool

Explorer IconExplorer

Memory Pool

72,467 transactions
27.97 vMB
0.06743735 BTC
Random Selection Loading Transactions
Max Size: 165.78/200 MB

Candidate Block

Mining Attempt 61e3070fa15104821a26973ade3f34073240e783bb335ae1bc2fee1b5ec379ea
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 8876c2e4a965628376cbe65260943b4e08df429d09d046c4ee73562a0e5814ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,129
Size: 1.00 vMB
Total Fees: 0.01158195 BTC
Feerates: 101.52 > 1.16 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (446,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
468,320 468,320 0000000000000000016854b70ae78af38a50ee2a7ee69a7c20e26e02b38b9fd3 2,418 0.99/1.00 vMB 342
468,319 468,319 000000000000000000bf5c0fa55d00736cd17f3b932715556850c289c4d006c8 1,612 1.00/1.00 vMB 359
468,318 468,318 000000000000000000c48e896e2e52912ee9eca6144880b3f37e047ed9462f83 1,720 1.00/1.00 vMB 408
468,317 468,317 000000000000000000e3340c91738c798b89e7a38774a473a4dd623652af23d0 2,459 1.00/1.00 vMB 325
468,316 468,316 0000000000000000000d34e8f48ad4139908c9358cd4d8d3a4ffd0cb4623efa8 2,231 1.00/1.00 vMB 370
468,315 468,315 000000000000000001c890534c7936f944bb20121ef0ecd5942b5c84284455ca 2,164 1.00/1.00 vMB 367
468,314 468,314 000000000000000001b4b9c40de026c6280564faa0d05432579c3b86971494bb 1,689 0.99/1.00 vMB 393
468,313 468,313 000000000000000001b54d43a1a59a490221575fb03a4ec7f43651468d740a5f 1,363 1.00/1.00 vMB 245
468,312 468,312 00000000000000000022572d66154ec8683c002d60e1b02a5bb780edee955113 2,477 0.99/1.00 vMB 442
468,311 468,311 0000000000000000016c7625a389729fb9448dbbfe57470c143a8d5a51feb5f5 2,199 1.00/1.00 vMB 343
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
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.