Loading Tool

Explorer IconExplorer

Memory Pool

51,404 transactions
28.87 vMB
0.07830737 BTC
Random Selection Loading Transactions
Max Size: 155.32/200 MB

Candidate Block

Mining Attempt 62f5c0084d2a6ad3dc55e54849696761ab8b166c3af6b0218fd2b10c3030765e
Version 20000000
Previous Block 000000000000000000019e7568131a21184319adfc46c390ce26bf65aed43bd9
Merkle Root 5292222947eb7ced85ed7b903dc4ab395250b1100e2a5d21c5af246176100497
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,450
Size: 1.00 vMB
Total Fees: 0.02221297 BTC
Feerates: 122.12 > 2.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,793 (503,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,177 411,177 00000000000000000156c7e4b0d36d3532c8946e1a6fbc1b194574c5bc7d2875 641 0.25/1.00 vMB 48
411,176 411,176 0000000000000000012d11b997a9c37a10f9afb31fedfc16adb1c857c5df2222 811 0.72/1.00 vMB 18
411,175 411,175 000000000000000003a1ec1586639754163575b737ceb9f024a2aa262963e9fa 1,748 1.00/1.00 vMB 32
411,174 411,174 0000000000000000026d06c24f00fc0ce434fc12f0561f1b2285101d257c82fa 2,560 1.00/1.00 vMB 51
411,173 411,173 000000000000000005743537a640fbf0d5c9ad55ca790c949e00a4eaadf59934 2,204 1.00/1.00 vMB 41
411,172 411,172 000000000000000000959131f0a596da01d7e26600d17cdd9b1daadfce7bf10a 3,099 1.00/1.00 vMB 59
411,171 411,171 000000000000000000662bcef1b58a171395c7c25e674edb6b712dda007b0fbe 2,138 0.99/1.00 vMB 38
411,170 411,170 0000000000000000015503cf15ebaeef67ac92a00bf47a5895586f4f3395617f 2,759 0.99/1.00 vMB 44
411,169 411,169 000000000000000005bb7f276ccfcf634f9a52cb835a4cbe0def9a9839c191bc 647 0.28/1.00 vMB 47
411,168 411,168 000000000000000005ccd654ae78bff00c711a00ccc136f0b4bd0a37a672a6cc 2,569 1.00/1.00 vMB 54
411,167 411,167 000000000000000005071f5985d75087e92954564b6020d156db19a4bc58d30f 577 0.39/1.00 vMB 25
411,166 411,166 000000000000000000e800d2f8e67a9f7b68ab94bda968ba93347c837d960150 1,950 1.00/1.00 vMB 31
411,165 411,165 000000000000000000c2cfae877ee8e281cad2f5faf6b37b9e1777fea69a6846 2,432 1.00/1.00 vMB 49
411,164 411,164 000000000000000004bcf4a40d1ddbd7e39850fae11fc442a986b5e0fdc404d9 3,054 1.00/1.00 vMB 67
411,163 411,163 00000000000000000230c995964717645d28b15df64993cac247f96f5d009040 1,306 1.00/1.00 vMB 22
411,162 411,162 000000000000000001e3c4b98c58c03957f137be8117834556ff4f1b58a65f9d 2,437 1.00/1.00 vMB 42
411,161 411,161 00000000000000000061928a3e6f3d0f00cf3d5ac4d0b629358b209e091b7e34 3,300 1.00/1.00 vMB 61
411,160 411,160 000000000000000002626d271063abff5cb095bbc05a42f2a85a4cbeb217881c 1,318 0.87/1.00 vMB 26
411,159 411,159 000000000000000000c2ff68eb3a9627daef1efad624c9793fafed13a5aceddd 2,487 1.00/1.00 vMB 49
411,158 411,158 00000000000000000143faa011e11f1059d0e2c626da41f7ea285e20e9b7cadc 1,835 0.97/1.00 vMB 40
411,157 411,157 0000000000000000055af46744ff2171e5a653f755833ebc6d55e701b76fcfda 1,606 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.02 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.86 GB
    • Received: 13.22 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.