Loading Tool

Explorer IconExplorer

Memory Pool

82,834 transactions
31.05 vMB
0.08990786 BTC
Random Selection Loading Transactions
Max Size: 190.52/200 MB

Candidate Block

Mining Attempt 6f3c32b6d802b2a66380dd4f86390f29e011117b9dfd79dfd6297017c6e2c10f
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root fd656e96bc12a8e6fc0a1aae6ca6dc4709279e8b078854f97eb8c0c7ac7c125c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,863
Size: 1.00 vMB
Total Fees: 0.02009165 BTC
Feerates: 301.57 > 2.01 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (246,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
668,837 668,837 0000000000000000000321e811c53bc02b95f816b1eea29846f517b60687b8a5 1,913 1.00/1.00 vMB 43
668,836 668,836 000000000000000000059300514f8a2ace1346d63ab0b04ed88daf9bf4e8b1c4 2,142 1.00/1.00 vMB 43
668,835 668,835 0000000000000000000114090a82681d0557d4da4c258169c55cdf8182905514 1,819 1.00/1.00 vMB 18
668,834 668,834 00000000000000000007259662b36323017bbd77e19d4a74bc6ae67d57b5cfeb 1,679 1.00/1.00 vMB 25
668,833 668,833 000000000000000000057092121f641b6cc7bf4670101b17c304e31811c5fc99 1,876 1.00/1.00 vMB 26
668,832 668,832 00000000000000000002f1e4c52b159dc4caee91419439c247ab147a719bccbf 1,986 1.00/1.00 vMB 61
668,831 668,831 0000000000000000000956931130e384a98b9915e52345fe02ca3d75bdb81a04 1,848 1.00/1.00 vMB 121
668,830 668,830 00000000000000000004d1dddf71008f708a2a074b5bb8811feedced4aeb15f3 1,853 1.00/1.00 vMB 67
668,829 668,829 000000000000000000073a90d0d04da7edbf35bdffa69782b0a011b73ee666e2 2,625 1.00/1.00 vMB 74
668,828 668,828 0000000000000000000b0ae9eaf48e7bc77d3e819816f779347672be36612686 2,920 1.00/1.00 vMB 44
668,827 668,827 0000000000000000000a2d780521e5a2fcfa6e3978a823ab4f6f4e0497a7a8e5 2,104 1.00/1.00 vMB 45
668,826 668,826 0000000000000000000a862ee024f9d513fbd850ddef6b1700747c30ed0fc773 2,470 1.00/1.00 vMB 100
668,825 668,825 000000000000000000066e21375e2b4dcd208951af867be6eb705104a75e2b78 2,355 1.00/1.00 vMB 132
668,824 668,824 00000000000000000009fcb6f9931924f866140e90e819a6421ca5985dec292a 2,236 1.00/1.00 vMB 133
668,823 668,823 0000000000000000000c92a3c065037ec24a15fcbe877dd6b89e4f5e43ea9723 1,975 1.00/1.00 vMB 40
668,822 668,822 000000000000000000029e1f0c43f8019fb3ec3b0d09983d6e6a21880311b0a2 2,424 1.00/1.00 vMB 115
668,821 668,821 000000000000000000043e31ba9bbfd7dd79d68e805a4f2c022469771a89846a 1,831 1.00/1.00 vMB 57
668,820 668,820 00000000000000000000b048a25e588c55797a662ff9b42d30b77dded11d0bca 1,117 1.00/1.00 vMB 91
668,819 668,819 0000000000000000000a0f1d46699e78b7fb4b39294efeab15bebb69927c308d 2,033 1.00/1.00 vMB 82
668,818 668,818 00000000000000000009e672c9acc24defb9d23d9960ea7c121de2c3e3507e16 2,370 1.00/1.00 vMB 88
668,817 668,817 00000000000000000000389ded63b06a1d9d7314ae3547cbd7d2c8fa78f32b54 2,608 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.78 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: 709.53 GB
    • Received: 16.92 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.