Loading Tool

Explorer IconExplorer

Memory Pool

81,370 transactions
31.98 vMB
0.08376671 BTC
Random Selection Loading Transactions
Max Size: 192.00/200 MB

Candidate Block

Mining Attempt 8c4f0684acde9b5a4b244088bd1ce5db701535adab2877847c6e63c2cfc953f3
Version 20000000
Previous Block 00000000000000000000eaf9c170601a8e1fa1829aa8e6facbf5081621bef8a4
Merkle Root cda2521ca4b039a0071830a1ca7f9d8df1a83cb2b498e2767bb2e0364a0c04a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,252
Size: 1.00 vMB
Total Fees: 0.01337536 BTC
Feerates: 119.03 > 1.34 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,173 (273,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,410 641,410 00000000000000000009b094a4fe3d776f960e7e008b37d524e556d23b795336 2,834 1.00/1.00 vMB 125
641,409 641,409 00000000000000000005ebd063242f48a8c8035cfffb5b88155e793e093ce23b 1,923 1.00/1.00 vMB 111
641,408 641,408 00000000000000000008e041672acd1e02a3e30296fd4fb739357d17e1728b13 2,683 1.00/1.00 vMB 173
641,407 641,407 0000000000000000000a31ce72cd1799932ed50c5147f020a5c3f2deb8c85d35 2,656 1.00/1.00 vMB 71
641,406 641,406 00000000000000000009d47889515767a373a8db54136a3ac96d1068af67c6d1 2,493 1.00/1.00 vMB 90
641,405 641,405 0000000000000000000bbe4dc3d4bad467e14b2683877a7149f2c997fcf4ce55 3,127 1.00/1.00 vMB 88
641,404 641,404 0000000000000000000109e33703574a4d566344abe346645bb6f11ec1c60684 2,931 1.00/1.00 vMB 122
641,403 641,403 0000000000000000000dfc72405f95aedbbf0a6be0e726ab7a97ec684cd29c88 2,680 1.00/1.00 vMB 119
641,402 641,402 0000000000000000000da40beb0b3e36e9b111db710f85ab975d6a03fc606bb3 2,412 1.00/1.00 vMB 118
641,401 641,401 0000000000000000000f5929c16ebe0bc22ac82d653d12899526453350b09c1b 2,374 1.00/1.00 vMB 144
641,400 641,400 00000000000000000006f0a3840f8b67ff915e1feb30f8beedbf58429d4691b4 2,225 1.00/1.00 vMB 108
641,399 641,399 0000000000000000001083d16c820fac8f3a6d909bd282504c9b1c7433865f5e 2,690 1.00/1.00 vMB 115
641,398 641,398 0000000000000000000d45a8a5120e89665f0c24c6b07f41528e53a120785620 3,059 1.00/1.00 vMB 120
641,397 641,397 0000000000000000000b7e3737e2a18e283f0ac86eb64da91b472d84f8669fc6 2,841 1.00/1.00 vMB 167
641,396 641,396 000000000000000000054e039034040906e21ea69b1bc5b5b7b8562bb901e69c 2,879 1.00/1.00 vMB 127
641,395 641,395 0000000000000000000da081c022c7c2a16715e0d5ecf45248d79774f29a5fca 2,838 1.00/1.00 vMB 154
641,394 641,394 0000000000000000000879d539aefa17cb037c9c39b09e205fc7288747982073 2,119 1.00/1.00 vMB 156
641,393 641,393 0000000000000000000a4b36788a3d714f3fec0c7a203196cf95015b5e932e0e 1,783 1.00/1.00 vMB 155
641,392 641,392 000000000000000000074564366021feffb6d2967d28ea1084413347d70c6e2b 2,962 1.00/1.00 vMB 197
641,391 641,391 00000000000000000010aa6d29000dd717b0ebb186da3d2b6750a42e698c9d45 2,827 1.00/1.00 vMB 154
641,390 641,390 00000000000000000001588466218ad69e2761638566517760eecb024309f6fb 3,094 1.00/1.00 vMB 159
Previous 10 blocks ↓
Total Size: 782.70 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: 697.31 GB
    • Received: 16.55 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.