Loading Tool

Explorer IconExplorer

Memory Pool

51,734 transactions
31.05 vMB
0.16564210 BTC
Random Selection Loading Transactions
Max Size: 166.48/200 MB

Candidate Block

Mining Attempt b86da9010e5949fab3505e14fed83efebf26961980462928069c9a94c032c3a4
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root bca393681319361a9d308f3c72be9e2157153cefed773b51b5cb2005af5536f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,217
Size: 1.00 vMB
Total Fees: 0.08770071 BTC
Feerates: 477.45 > 8.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (428,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
486,373 486,373 000000000000000000706e3fb0b09d9d02d13ccc389c32f9a8ec39adb8857029 1,896 0.95/1.00 vMB 63
486,372 486,372 00000000000000000031cd58e348525573985db218d074f54fb6ae3313daf422 2,389 0.98/1.00 vMB 175
486,371 486,371 000000000000000000b332f8c2835ee74ae3b8ccb35e33311e5ed842c218d93b 516 0.20/1.00 vMB 116
486,370 486,370 000000000000000000462817ac67309e5225d0bcc5cbeda8a0d8c9d4827070b6 1,014 0.39/1.00 vMB 99
486,369 486,369 000000000000000000fc9ba922377e1adcbefd070f989991e8fec58ead449e1d 1,896 0.92/1.00 vMB 46
486,368 486,368 000000000000000000cd7da0cdfc24caf98734e30e99ca0fb09b7bdc025ee863 2,170 1.00/1.00 vMB 210
486,367 486,367 0000000000000000001c7e4a28c7ec6b41f143fd04abfc142e8d24e0eb6e8d61 2,029 0.91/1.00 vMB 80
486,366 486,366 0000000000000000008d92975d9286bf337f9b1bd391bc5aabaf6bd3df22d19c 2,113 1.00/1.00 vMB 127
486,365 486,365 00000000000000000023f05fdc247cce37f13c0d61e11bcd3b16202a90a91369 842 0.37/1.00 vMB 131
486,364 486,364 000000000000000000fad15c88c20a00a3e14baa78ced075537952e6f41ac97e 333 0.15/1.00 vMB 124
486,363 486,363 000000000000000000db2ebb95d8f4647a9b22229e6812d1c22ed16438dad9b4 2,075 0.83/1.00 vMB 70
486,362 486,362 00000000000000000034ff821ad3ca5fc0cfcb9ed3d9122eeb380a4c7fe64a0f 2,045 0.97/1.00 vMB 133
486,361 486,361 0000000000000000007a08aa13c685a4d68f9b4e8d9144c0448fb527603cce71 1,222 0.63/1.00 vMB 136
486,360 486,360 0000000000000000001b9dee6e2838ddd0e70fdd8008378177b6225ceb9ace02 1,709 0.94/1.00 vMB 28
486,359 486,359 0000000000000000000a50ea0d1e3774fd4ad53f63d1694c8a4d75c51954dbef 2,355 1.00/1.00 vMB 63
486,358 486,358 000000000000000000799006cdbd1a90b26cb8c9693276ea1e95678586cb80b2 2,695 1.00/1.00 vMB 142
486,357 486,357 000000000000000000236e87ba38625b97ac2b67cc1093dcd467fd74ddce3494 2,527 0.98/1.00 vMB 183
486,356 486,356 0000000000000000004254497e93d5469fad15c3c5bd5824ef1133d05c0cab7f 585 0.22/1.00 vMB 61
486,355 486,355 00000000000000000083ee0948ef07fe0620d68e1d91f5d2bac9e52928daef8c 2,456 1.00/1.00 vMB 57
486,354 486,354 0000000000000000008315944032d61c12297c69cb6003d5d8cb890394bb43a4 2,223 1.00/1.00 vMB 105
486,353 486,353 000000000000000000f5080594f9540b5f9fa3d66dbea85dc6f672caa2f47d02 2,045 1.00/1.00 vMB 162
Previous 10 blocks ↓
Total Size: 782.08 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: 651.31 GB
    • Received: 13.54 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.