Loading Tool

Explorer IconExplorer

Memory Pool

40,313 transactions
25.88 vMB
0.05530167 BTC
Random Selection Loading Transactions
Max Size: 134.75/200 MB

Candidate Block

Mining Attempt 7c19919b2e961dc991a3383b52cdd48cc9f64799b3a9ef04a9be095eac94cc79
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root 9d47b377504249ecc2275508681a7b40fbc8eb5be40e22c340f932efbdbace7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,648
Size: 1.00 vMB
Total Fees: 0.00822676 BTC
Feerates: 100.00 > 0.82 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (228,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
686,341 686,341 00000000000000000009d7281fa8ea15c8ccd1f93473e9db0246ef0347f671b3 1,055 0.42/1.00 vMB 16
686,340 686,340 00000000000000000002e19ea93ddd50d4a2a67f444284dac6d994cdf3a3b02d 2,728 1.00/1.00 vMB 25
686,339 686,339 00000000000000000008f06453eaeaf6ba76499ef1978d57401cac53da65e958 2,263 1.00/1.00 vMB 37
686,338 686,338 0000000000000000000ca047ee35ef3a7b670c95dc4b5b3400e868d6f4456780 431 0.20/1.00 vMB 29
686,337 686,337 00000000000000000007cba664acbe9f95de987ff8f2667521e92a0699fcd1cf 259 0.26/1.00 vMB 11
686,336 686,336 00000000000000000001022856319fb958d0418d08d9932bc6045c38e3c432a6 890 0.97/1.00 vMB 10
686,335 686,335 00000000000000000009672b6e1a019de2db8c5c9cc8e15c91245ecff3472fbd 1,237 1.00/1.00 vMB 42
686,334 686,334 00000000000000000004f7fad2a6ea3208066aaaf97cbcce2072c5ee10e97f8f 1,942 0.94/1.00 vMB 28
686,333 686,333 000000000000000000047b22a7b7549977ffc12510165e1fced6ed0f2c9dc0ed 1,930 1.00/1.00 vMB 31
686,332 686,332 0000000000000000000097e9c6c59207565044e669b87bde3f7c8265c5fbdd7e 1,878 0.61/1.00 vMB 16
686,331 686,331 0000000000000000000b07c256b51a72ea10a8186047793cf753ed858b928a43 1,780 1.00/1.00 vMB 29
686,330 686,330 00000000000000000009b45dc1fd5e169750b2014da0d6bd485fd500e69fdd05 1,968 1.00/1.00 vMB 35
686,329 686,329 0000000000000000000bc22b22f3b962cd266a63bbf25a0d5512ad114247a04f 1,572 1.00/1.00 vMB 45
686,328 686,328 00000000000000000005ce072bee38424e68b3a1f527b96bb81dde4cfd6c6a16 1,637 0.64/1.00 vMB 31
686,327 686,327 000000000000000000059c5856fcbec89290a34f113c9cf1ca12f260a8bfe4e3 193 0.17/1.00 vMB 29
686,326 686,326 0000000000000000000700fbf2a6d09154d42eb72788597f7b97ee1580fd5bd2 1,232 0.68/1.00 vMB 31
686,325 686,325 000000000000000000040143c25c159b165376ad83b162c22e72ef99ac39f09f 451 0.29/1.00 vMB 47
686,324 686,324 0000000000000000000c6b2f9fb1f12dc1f401c8197ff781508c12cb84928175 1,452 0.91/1.00 vMB 13
686,323 686,323 000000000000000000057bda47da6da5aec88e0df29239455fa0cbf813dce5a4 1,021 1.00/1.00 vMB 19
686,322 686,322 0000000000000000000d2021f775ccaac6c880733ad6ca05205e1e7e5d2002b8 319 1.00/1.00 vMB 35
686,321 686,321 0000000000000000000bc3551cda14ee4b7500da59cfed9bb41a65a3c3831340 1,370 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.20 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: 653.95 GB
    • Received: 14.06 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.