Loading Tool

Explorer IconExplorer

Memory Pool

44,916 transactions
26.53 vMB
0.05384586 BTC
Random Selection Loading Transactions
Max Size: 140.65/200 MB

Candidate Block

Mining Attempt 3f331659c1067074d3bdb8ca1367f44e90789371f44dbe916bc44f1c2ac6a2f0
Version 20000000
Previous Block 00000000000000000001127a2e96d397c2be9f34cab3902b51cfac0ca622c96b
Merkle Root 9498dfc5eec97661d525ee28a2d2364b1d5b80fbb2f7880377c3231183eb5825
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,285
Size: 1.00 vMB
Total Fees: 0.00519956 BTC
Feerates: 40.21 > 0.52 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,780 (794,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
120,487 120,487 0000000000001855c6433005b8cac0a597b30a4d5b8a139cb683295b33218ad0 32 0.01/1.00 vMB 0
120,486 120,486 0000000000008f7c866f971a6bfe5fe4ef027e3f9e38b46f0fd1c7a1f0127235 11 0.00/1.00 vMB 619
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.78 GB
    • Received: 13.08 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.