Loading Tool

Explorer IconExplorer

Memory Pool

36,719 transactions
18.95 vMB
0.04401868 BTC
Random Selection Loading Transactions
Max Size: 104.39/200 MB

Candidate Block

Mining Attempt 94d3b5fbced8b72620f05f187f31f84abcf35a288033ecdbb938b148c0c8af7d
Version 20000000
Previous Block 0000000000000000000087f5fa73384b341113ebaf18fcf622a4ac7f51bddad6
Merkle Root 7e0b48c00ee8b54107eb89411cb0c0a6d6065cdbebbb44239eea62bea5adcd03
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,107
Size: 1.00 vMB
Total Fees: 0.00781280 BTC
Feerates: 100.17 > 0.78 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,035 (865,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
48,509 48,509 0000000008dcf6e7a2b6357d102a4bcf47c06694021cc950b202a4bf9943469b 1 0.00/1.00 vMB 0
48,508 48,508 000000002733b1e51074612394518700b78f10f66a0bb101ccf9822c3e547917 1 0.00/1.00 vMB 0
48,507 48,507 0000000001139af6ebd049ea5521c6b0dd5f7cfd6b2076f97880f2dfcc807545 1 0.00/1.00 vMB 0
48,506 48,506 0000000022e879dd2fa9c78fd4efa570cabbe7a4f200582b13e655b068b971f8 1 0.00/1.00 vMB 0
48,505 48,505 00000000105b853a7d930ca27f30fb8187e47e912c2041142cdf5805db071ad7 1 0.00/1.00 vMB 0
48,504 48,504 000000000f1bca5964529c57cb60b0f9ec2c303399a5e5154b896536c02e1f01 1 0.00/1.00 vMB 0
48,503 48,503 0000000024dcbfc42d7b68aace3551f1628c307025b4d4d13bad9e3bb45928f0 1 0.00/1.00 vMB 0
48,502 48,502 0000000019d21df1b7be7c0c7439adf941c81f6b4abd91333a160661fa95afe0 1 0.00/1.00 vMB 0
48,501 48,501 000000000c80d7091be6fd51fc3a6b5705686f253fd8a6ec51000f321fd0cd3e 1 0.00/1.00 vMB 0
48,500 48,500 00000000035551f2eeb1da841bfe7d95d8cdabaa69d8dbdfc934bc793e19edcf 1 0.00/1.00 vMB 0
48,499 48,499 0000000012f06a05078279dc225f341f40547e2c06d9e8c85110273e7a1cfe00 2 0.00/1.00 vMB 0
48,498 48,498 00000000114584df201f157750b522d082cae3c33df6206fb87a4cce7b8ace90 1 0.00/1.00 vMB 0
48,497 48,497 000000002408aa98c12f097e003ee335c9a0629d519afacd91d36e4b8735056b 1 0.00/1.00 vMB 0
48,496 48,496 0000000000369e0a58ebadced69d474ef9122d6afbea19dbc50181b448c99871 1 0.00/1.00 vMB 0
48,495 48,495 000000002196c33dfb9cc93de652b045b695b3d5bf20b47b6d88b06ec3c5ad62 1 0.00/1.00 vMB 0
48,494 48,494 00000000160683af160181d63e3ba4c6be161dcb6fb824997e21cc0d4d7b531b 1 0.00/1.00 vMB 0
48,493 48,493 00000000285c985df40c56971d89df351e1c47672485cda71b9d899b9206ef50 1 0.00/1.00 vMB 0
48,492 48,492 0000000015a34a5ef318df6a6e5f76b9b0c80e0af2fbc9f0e7a0ba4c02600b45 1 0.00/1.00 vMB 0
48,491 48,491 00000000279ca1c0d53953601468e05894c52f703e6828677bab7d4de7f60b94 1 0.00/1.00 vMB 0
48,490 48,490 0000000016695365ea789777b4e3fe0b9691f4837f9528bf3022090f889ddee8 1 0.00/1.00 vMB 0
48,489 48,489 000000001b1a160c1a108226b5f28038d792f29bd37d3c74ecc5b774c7827eb4 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.66 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 552.10 GB
    • Received: 6.54 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.