Loading Tool

Explorer IconExplorer

Memory Pool

75,748 transactions
29.61 vMB
0.06752142 BTC
Random Selection Loading Transactions
Max Size: 179.07/200 MB

Candidate Block

Mining Attempt 2900490f6d0cca4c35c176d2bc7d474a6c88893c80a0df724696a0ad0f8e3070
Version 20000000
Previous Block 00000000000000000001202d9deac2496cbee3e462561514b22f7bca5f959693
Merkle Root a30b2d0914c6e0a6ab49453de547d9fa0dad57652ae86c920f2bb2fee0006208
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,222
Size: 1.00 vMB
Total Fees: 0.00511002 BTC
Feerates: 50.90 > 0.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,206 (497,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,703 417,703 00000000000000000377a33e6785bc8e01712a4b1b436bec6ed730a731f75f07 755 1.00/1.00 vMB 26
417,702 417,702 000000000000000002fcd076903c5f1e4bd940703cea196393f1cd895cae452f 606 0.26/1.00 vMB 67
417,701 417,701 00000000000000000344d098cb62d9ff3951e6bee0d6898e04a8cd7ee67da371 1,288 0.60/1.00 vMB 63
417,700 417,700 000000000000000000d0646151017bd1a1b63f4e789e4e010cdd7c0460ac1d34 475 1.00/1.00 vMB 18
417,699 417,699 00000000000000000470ae16c52644c448ccb872f62b4c5c11e01b9cf6fb3c44 167 0.09/1.00 vMB 61
417,698 417,698 000000000000000004d08ecb1ac503a3ed7feb06d760df50b9474d18768f9f0d 920 1.00/1.00 vMB 29
417,697 417,697 0000000000000000022fb9c10eba1effe763d286ae2ce0b06ec6ce8b965f68be 557 1.00/1.00 vMB 20
417,696 417,696 0000000000000000003a26f205b123fabebfad435227a3c83b7d75eaf4294fe8 1,430 1.00/1.00 vMB 34
417,695 417,695 00000000000000000356f3723e3000797346d3c3ec13cf2f48c18ab3b72f775f 1,319 0.93/1.00 vMB 38
417,694 417,694 000000000000000004c6b681ae1ccf8a283c2e1e766f14b8e709649c484e8c78 2,257 1.00/1.00 vMB 54
417,693 417,693 00000000000000000489823b8e0f8c9e91ecd015110a8712e818d1fba3e2d019 3,310 1.00/1.00 vMB 96
417,692 417,692 000000000000000004acebcb9e93245beda3368f8bd6994bbb69dfb4f030cac0 2,774 1.00/1.00 vMB 70
417,691 417,691 00000000000000000496e2b2cd0a2a0202d6a46725a25ddb4e3b304e68add252 1,820 1.00/1.00 vMB 36
417,690 417,690 000000000000000003f7be58342ae9fe51f37747df733388ea1eb4b0f0a31248 2,686 1.00/1.00 vMB 85
417,689 417,689 0000000000000000026e13ee286cb2790213e8797e340dabe56d2f274ffe05f4 1,649 0.79/1.00 vMB 58
417,688 417,688 00000000000000000368d935170b958950cb9683f3ad6e3b8f4d458810695b34 755 1.00/1.00 vMB 16
417,687 417,687 000000000000000001d6dd5f34ebb5c42834963cff8a8cc9bdd465f637db40c9 2,426 1.00/1.00 vMB 66
417,686 417,686 0000000000000000031eecd1282b6126d54b44015ca843ca62a0806e3f18e129 1,604 0.94/1.00 vMB 43
417,685 417,685 000000000000000004ba4540b336c750dedb25455900a7e0d7be8fc52282153a 2,939 1.00/1.00 vMB 86
417,684 417,684 000000000000000004f080540623f4aa62c9c2e551e72125b21893ffb1212ef0 1,471 1.00/1.00 vMB 39
417,683 417,683 0000000000000000015546fa2fa5fd3ebaa04052d3648b17961c1187648df216 765 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.75 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: 708.60 GB
    • Received: 16.74 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.