Loading Tool

Explorer IconExplorer

Memory Pool

46,680 transactions
20.71 vMB
0.06410389 BTC
Random Selection Loading Transactions
Max Size: 118.36/200 MB

Candidate Block

Mining Attempt 196200615e796e2b0ce28880ec6cc0a361410d15dfbdc616fda125db19e41b5a
Version 20000000
Previous Block 0000000000000000000013c3406ac0cc250fca53c3a7920e4e0d1f7390981032
Merkle Root dd53317178265ef6086f32cd5bb1170e1e742def896ab7961807a58e3018a8e5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,685
Size: 1.00 vMB
Total Fees: 0.02293578 BTC
Feerates: 453.09 > 2.30 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,961 (881,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
32,346 32,346 00000000a65feda480e815f7c4dfd739377340351ecda319932101c480211028 1 0.00/1.00 vMB 0
32,345 32,345 0000000071c5be62664f858d4a527394b1ffa77eaaef7b1c2553028faf55770a 1 0.00/1.00 vMB 0
32,344 32,344 00000000487c4dcac71a18a601629068b770878a31d058a7d34608489d9fb0af 1 0.00/1.00 vMB 0
32,343 32,343 00000000720b143176b9322788a93a47b5840e56d3b62d683f35273cb24ad92b 1 0.00/1.00 vMB 0
32,342 32,342 000000002ec32463d0b4359e847368fdc6360684e99f5f401c63eec3721a895b 1 0.00/1.00 vMB 0
32,341 32,341 000000002cb779fe37a32f7f37748ed45e7bf0e3c1f85b4620c2250438299238 1 0.00/1.00 vMB 0
32,340 32,340 000000008924019bf18838b18d222b092fadfd3524ba9ddaa0d35b946aa0cd8a 1 0.00/1.00 vMB 0
32,339 32,339 00000000974fd9fefd0143e7e015cb888121b30d658f040d9fd8c2e16224ae9f 1 0.00/1.00 vMB 0
32,338 32,338 0000000040e731d6f29be4200c71ba15d701f0b83bcdf40082c970ce62534993 1 0.00/1.00 vMB 0
32,337 32,337 00000000ab1691ecd02b7ab6c03257b59100cac124ad1bcc943a6cdf93ab41b7 1 0.00/1.00 vMB 0
32,336 32,336 0000000087cf7a05a5bde0f9a5d46b873e4cca8a9213aace7d52bd1761c4d4c6 1 0.00/1.00 vMB 0
32,335 32,335 0000000095b00ec0ae857ae9779a3c14995e8294e78c0b2a6d2d7f19276651c9 1 0.00/1.00 vMB 0
32,334 32,334 000000005fbd2f5fb23171450051143f395d2dadd497a7eee1d1c30bc2521dcf 1 0.00/1.00 vMB 0
32,333 32,333 0000000075ec5eec29638d83a627aa0ef4e35259cad68d02a5e04dabf5cd6f37 1 0.00/1.00 vMB 0
32,332 32,332 000000005e83bc5aa858c3bd71ae7822fcc75e4169d83fb6d80b03c1413965f4 1 0.00/1.00 vMB 0
32,331 32,331 00000000b911b59ec877d0af47e947ee95160ed7e6c0431ef3f821e834597d23 1 0.00/1.00 vMB 0
32,330 32,330 00000000bb4424580b5831433a5e4de21e00aea1882e0aafcab57f278afd7d31 1 0.00/1.00 vMB 0
32,329 32,329 0000000065c92fc5207b1c242b0f7aa94d93ebf862f78b1ce5d5e5a3e288642a 1 0.00/1.00 vMB 0
32,328 32,328 0000000066cd9438d6e8b9b9b2bbfed9dd494ef5d952bd045eac40b1fc5487a7 1 0.00/1.00 vMB 0
32,327 32,327 00000000b86043a8598c3e419d37325f6e4e6f72f842e5818ef3ecd675655806 1 0.00/1.00 vMB 0
32,326 32,326 00000000b5bf55ed27af797107396b2b56526c7f3fc487c8b36edff22ae2bd72 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.54 GB

Node Details:

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