Loading Tool

Explorer IconExplorer

Memory Pool

42,551 transactions
26.25 vMB
0.05358052 BTC
Random Selection Loading Transactions
Max Size: 138.02/200 MB

Candidate Block

Mining Attempt 1a097ea58e99c8eb929339dbb2bfdead87a2938e7d9f3eebccc3add2237441e2
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root 7c76aaec290afdd090f5c971ba645507ede17439371b4e94e7fa4293fcc1966e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,228
Size: 1.00 vMB
Total Fees: 0.00565713 BTC
Feerates: 58.47 > 0.57 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (836,565 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
78,224 78,224 00000000005509603c96a17b9a708b4898ad396a11c00ad7aaaa0005106b1640 4 0.00/1.00 vMB 0
78,223 78,223 000000000024cc38269ffbd410225471e6dc0c324f68c7ef55f97fd845ed338e 4 0.00/1.00 vMB 0
78,222 78,222 00000000000d0b2efbb2812e609ecb4f11804163ee12c8767b06be987227ef2f 1 0.00/1.00 vMB 0
78,221 78,221 0000000000522bc129204d689c9d96c262525d97b64b0d8d3029b6f9d46e8ae8 1 0.00/1.00 vMB 0
78,220 78,220 0000000000566b9785f5646f86f69753c6426560c60816bae37717fb6c22df7e 1 0.00/1.00 vMB 0
78,219 78,219 0000000000367feba057de57243f841d0276bb5cdf451c0700c1615526f9f9b1 1 0.00/1.00 vMB 0
78,218 78,218 0000000000681b288878fd61b14d7d2361def42f3a11d6b81934b13ddb5badc9 2 0.00/1.00 vMB 0
78,217 78,217 00000000004c056218b3bf8c82cc43bf69bd234871ae552c33abd5eee9cf98fb 8 0.00/1.00 vMB 0
78,216 78,216 00000000002d681b5f1566267cd67e8c20ff926bbeb0a4cb93e3086ef75cf041 3 0.00/1.00 vMB 0
78,215 78,215 00000000000ffe022414310d1b0af0a234ac0d112494074cfdfcf3f6e139ad60 2 0.00/1.00 vMB 0
78,214 78,214 000000000001a09f36588f676d0002effc9085ff3eb341fd0fbf258cb0e6ad32 3 0.00/1.00 vMB 0
78,213 78,213 0000000000547622b057281171be96005bc10bf9cbd97c110fb808bcc40411d9 2 0.00/1.00 vMB 0
78,212 78,212 000000000003aa0b4efd6fd9d85e07ceac5765a1691ed4d7074ef2b923565811 4 0.00/1.00 vMB 0
78,211 78,211 000000000010d62c681cbc30eec47bc1ab497edfaa042df2034721fad9d2ca87 3 0.00/1.00 vMB 0
78,210 78,210 00000000002bfcfa20ab9262ce6d6f0a4383a5be25a8c30275bf5c033dcc274f 1 0.00/1.00 vMB 0
78,209 78,209 00000000003fde6281a6749b361b04b48d4e509c872a314e6ee5e62616d67bca 1 0.00/1.00 vMB 0
78,208 78,208 000000000008f9ff5a42609a3e1f2e5e4ea222fdc6fdb94961068a2015630772 1 0.00/1.00 vMB 0
78,207 78,207 000000000068b50bc5cfd6a6664c627b6e0ab6462c02ad281c2139a68d5f4e6f 2 0.00/1.00 vMB 0
78,206 78,206 00000000000800a416991e6925964d209d16769d2e84356c41d17ac26d555b92 1 0.00/1.00 vMB 0
78,205 78,205 00000000005f3aea4d47d0448da823918ea05483a2d6543cbaf22b071e3c150f 3 0.00/1.00 vMB 0
78,204 78,204 000000000012695d30badf6d40b709214b1bb0ec6d8f34fa873c24daf765c485 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.01 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: 649.34 GB
    • Received: 13.16 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.