Loading Tool

Explorer IconExplorer

Memory Pool

17,401 transactions
9.88 vMB
0.04624096 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 53.13/200 MB

Candidate Block

Mining Attempt b063025b38b26b1aeda3a080af30b7ec9db4a87b9a17b38197cc9184cd6aedff
Version 20000000
Previous Block 000000000000000000017057df6d234f0ac6a521588cd266633a5b72151affe0
Merkle Root bd567f78be17233c34193d11e97311609b8b4b15b4bacd4cadfb27c50120d0ae
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,647
Size: 1.00 vMB
Total Fees: 0.02271202 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,370 (796,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,853 116,853 000000000000cae913ecc6dbcf48f1d56eba0360125280b2e5a8a4614df7bb57 1 0.00 vMB 0
116,852 116,852 000000000000ee592fd2995ead97d2e1b9cbb237ce307032cb3d3a493e53521c 10 0.00 vMB 0
116,851 116,851 0000000000002504af6902021454f83f576a43818e48379acfe1a9515121d55a 1 0.00 vMB 0
116,850 116,850 000000000000aee4d3cbc4f41b2f03f3976bfaadc0028278060294bff40d288f 12 0.00 vMB 672
116,849 116,849 0000000000000f5f191db719396a7661e9fedcfbeae978090a9d29902aafebcc 9 0.00 vMB 349
116,848 116,848 0000000000004098de18323675a73947f74cea782e681101cc04cf1ce27c9ac9 12 0.00 vMB 905
116,847 116,847 00000000000088835a77b8e2203c83a2314ec02e172662f9b2bb499193cd2707 2 0.00 vMB 0
116,846 116,846 00000000000007ec3ea47ffddedc0d9cd5befa1f97105ffa3fb327145fe8480b 5 0.00 vMB 861
116,845 116,845 00000000000081cb17b5f460b35acdd80e032dffadd0f2a476ad38353480b549 4 0.00 vMB 1,818
116,844 116,844 0000000000008ff881084b06d2d422105bcc6552de8bdd97bb36139870c358aa 7 0.00 vMB 789
116,843 116,843 000000000000ca6a0885d6f80385b5f9be215c66d4ba5521cdb3fc6167ac3989 10 0.00 vMB 378
116,842 116,842 0000000000006fdda469ff14594998fd9a9c779b284d89b0ba785ad5a829dc63 1 0.00 vMB 0
116,841 116,841 0000000000000301550684f2ebb9f87977eb44bcf3e887683f8b7dedbc17e617 1 0.00 vMB 0
116,840 116,840 00000000000005ee2f4e038ee1880804e26ad9a9159be19192591e521afc4689 3 0.00 vMB 0
116,839 116,839 000000000000ef97b89893aa2fdb61d6f0ad6c84ef355c3c3e1c68cbdb19ec3b 8 0.00 vMB 0
116,838 116,838 000000000000ef4f05e69c6e1db01f75f698084b154d1b5e8fb93a6b4070523d 6 0.00 vMB 1,157
116,837 116,837 00000000000070305cb011e58008683daff23d7b3dc9ab77ec42fe90d260bf9b 5 0.00 vMB 1,745
116,836 116,836 00000000000055b3e0ba5e80c02a36bda4ad985adbe6713bbbd7acdf1fb533d5 1 0.00 vMB 0
116,835 116,835 00000000000064896f878af524ea2daa0f029cda241cdd5801c080de8c15ea85 2 0.00 vMB 0
116,834 116,834 00000000000093941e4e8053ca16c000388c6df8e8fc57d69ebddd6fef50626f 2 0.00 vMB 0
116,833 116,833 000000000000c17a6add68947f8222e890c4efae3f3f0c97c5532d9e882a0954 3 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.51 GB

Node Details:

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