Loading Tool

Explorer IconExplorer

Memory Pool

42,262 transactions
26.96 vMB
0.06433649 BTC
Random Selection Loading Transactions
Max Size: 141.36/200 MB

Candidate Block

Mining Attempt 02ac03683869d95a896ec50a245e1f29fd3178bf223acfe1f3da94fca9505a7d
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 2ea4900d05f67653a87ff2d6017b979901e77f7deaac9c389875c201fc268053
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,679
Size: 1.00 vMB
Total Fees: 0.01429838 BTC
Feerates: 60.14 > 1.43 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (413,531 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
501,381 501,381 00000000000000000070fdf6ae62beb8fbd9cf34c41dbe251327d086036dd045 531 1.00/1.00 vMB 142
501,380 501,380 0000000000000000002aabe2458637cd5ad7c12eeb00f36c2840dffc8b662090 1,077 1.00/1.00 vMB 378
501,379 501,379 00000000000000000024d59f3dda671b23a35f09dcf8bde7f04601a1d9d884d2 255 1.00/1.00 vMB 156
501,378 501,378 0000000000000000009415a3dc51041a463f59e2fa0ca40976cc636eaf9764f9 261 1.00/1.00 vMB 153
501,377 501,377 0000000000000000007a53db0bb2c11c24a3a111a7f702bd5fcf04804cbea716 2,268 1.00/1.00 vMB 301
501,376 501,376 0000000000000000007b4e120b93277d9c25e869e0eb8ae3f91080c7617e48a2 2,131 1.00/1.00 vMB 780
501,375 501,375 00000000000000000030bf3901f7cfdd72df92209b19c8a2a567d8de885d2bf3 2,184 1.00/1.00 vMB 679
501,374 501,374 000000000000000000444d36b89d9aa41bf829a9db314adcfb6a69f47a11301f 797 1.00/1.00 vMB 165
501,373 501,373 00000000000000000056d1069688f9c388e52fa0b3a9af23147ffb7699637443 1,758 1.00/1.00 vMB 456
501,372 501,372 000000000000000000581f5b4efaebb92ac5ab666aeb199faa13e6a2b2a25777 2,033 1.00/1.00 vMB 329
501,371 501,371 0000000000000000003703d1001962e7bb5ee27efda931352becffd522c13249 1,748 1.00/1.00 vMB 446
501,370 501,370 00000000000000000051d3b47365fba7534c3c9ef5ca6a0e2d06fe7e25c142f0 1,700 1.00/1.00 vMB 677
501,369 501,369 00000000000000000094408380a80cbde5d6c7cb10d2458a148d15601ebc7642 2,638 1.00/1.00 vMB 825
501,368 501,368 0000000000000000006b1bda75d4c43d797adb5daadd3eab59b822ec7c2139b5 2,200 1.00/1.00 vMB 476
501,367 501,367 00000000000000000043e322e17d6c3c6e8613021b405303d8c0aef800c4d679 2,099 1.00/1.00 vMB 770
501,366 501,366 00000000000000000020f7263526522aa5d8c399631d8b91b24258f066cd8e44 527 1.00/1.00 vMB 164
501,365 501,365 0000000000000000002aa5b52c0dbf3025f96a2651169489ad673d068ea934c0 1,479 1.00/1.00 vMB 220
501,364 501,364 0000000000000000005501a98d6d0cb4b66a01dd09a8ebb99f71feac01947952 2,316 1.00/1.00 vMB 558
501,363 501,363 00000000000000000004cf1099ea706a0f751714bdc34a14d67bf9524f732d0d 2,373 1.00/1.00 vMB 691
501,362 501,362 0000000000000000002a230af7c72fdb0cdf00880a00cc09b3e75589bdd70429 1,748 1.00/1.00 vMB 330
501,361 501,361 00000000000000000087e052b916eed9b59514fb6cdf04f75622653a12a0071e 1,877 1.00/1.00 vMB 439
Previous 10 blocks ↓
Total Size: 782.23 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: 655.03 GB
    • Received: 14.23 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.