Loading Tool

Explorer IconExplorer

Memory Pool

46,544 transactions
26.97 vMB
0.06376136 BTC
Random Selection Loading Transactions
Max Size: 143.26/200 MB

Candidate Block

Mining Attempt 97dae0f6c7a5f28281b7f09b45f93a6ee054b733bc5958f7529c1a6bcb4c11dc
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 87ebe15265f923695771b515c07554935c6cdae4890a34d53366bda8dafc4c92
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,209
Size: 1.00 vMB
Total Fees: 0.01395160 BTC
Feerates: 100.17 > 1.40 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (794,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,508 120,508 00000000000074ba0e4769947dcd7c376e71c3e8cdc357a51ffaf6074ec41c89 8 0.00/1.00 vMB 311
120,507 120,507 000000000000271077c5fe895557cab460dda10e53762ad277f9b7b6fc21b222 11 0.01/1.00 vMB 950
120,506 120,506 0000000000001adaaa2114e77e3d5bc0991bc9a5dc5d8dc12e724e71a723c4af 8 0.00/1.00 vMB 0
120,505 120,505 0000000000005cea2b94e9b06f87851331a655fed414389ec7de1e633b3fe7b6 20 0.01/1.00 vMB 777
120,504 120,504 0000000000002eaec6fc7b3cf6871abbd9b42e9ba94635ce39bdca680f8bf6c4 1 0.00/1.00 vMB 0
120,503 120,503 00000000000007544785e34e3dd30b6549f821c8bb609612b38c0bc94bfe3477 17 0.01/1.00 vMB 595
120,502 120,502 0000000000001860d89bf8ba47593630a02964241f7ba8cdbda446fb690a6a3c 2 0.09/1.00 vMB 1,009
120,501 120,501 00000000000008084b1b02676df06558d5cbaa636ff3355355f92ce8ddec8f69 6 0.01/1.00 vMB 487
120,500 120,500 000000000000613c29b06338f06a70dcd32042405a2a9944e2f8b6b61fdc35f0 13 0.01/1.00 vMB 638
120,499 120,499 000000000000690c7ff2921d6169ae0fddfe2ed4206646038564a3482e36b4a0 6 0.00/1.00 vMB 0
120,498 120,498 0000000000003cd19e594021b845ca5c0169ac44db977682a7fde842aacf1a26 1 0.00/1.00 vMB 0
120,497 120,497 0000000000006f556a9221915f43e4a8ad9fe280971765f77133edb5b1ab54cf 8 0.00/1.00 vMB 363
120,496 120,496 000000000000adc6d7af61ecc1d62bb6323a44df64430fdb4b44082ffe3337e0 2 0.00/1.00 vMB 0
120,495 120,495 000000000000355a28d6cac636282692684e44f33017736db2cd10fad6ed869d 1 0.00/1.00 vMB 0
120,494 120,494 0000000000001778312a1f746db90f1278da2b254065a50dad30aba70827ecbc 16 0.01/1.00 vMB 465
120,493 120,493 0000000000008ac8992215b3d60886658202ec0469f331d97dc4e387eadff76a 24 0.01/1.00 vMB 222
120,492 120,492 00000000000010256c3284938a64718f9fd7f4b3bcb1baa831cda035e386a06e 11 0.00/1.00 vMB 0
120,491 120,491 000000000000b3efd94291477ed046a8ff45766abd1adb9212beffdece9ea957 9 0.00/1.00 vMB 328
120,490 120,490 0000000000008d56d0f6d0bba6a87c5fac2c3eb3fee8669695f3b28aacba5d92 7 0.00/1.00 vMB 827
120,489 120,489 00000000000090f55f937cc3a1001a4d41b88fc84117f4ebfc4f02026b920c9b 12 0.00/1.00 vMB 625
120,488 120,488 0000000000006c3acfab5d5d35e99103c6b7561f468f79a4940dd9829c9c13f9 22 0.01/1.00 vMB 698
Previous 10 blocks ↓
Total Size: 781.99 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: 648.70 GB
    • Received: 13.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.