Loading Tool

Explorer IconExplorer

Memory Pool

32,381 transactions
25.04 vMB
0.05022387 BTC
Random Selection Loading Transactions
Max Size: 126.47/200 MB

Candidate Block

Mining Attempt 558b58399d7837a9f3f8b10b2719e337000d95f7d1846b28c4e09931da9a5a78
Version 20000000
Previous Block 00000000000000000000fcced78716f3937ddf6728d5c4389f66f810a621bd37
Merkle Root fd2a53168c05ea664f322163b67f1d3622c9db11ab5a6d476654f07b45c9eaf3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,812
Size: 1.00 vMB
Total Fees: 0.00519751 BTC
Feerates: 100.21 > 0.52 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,685 (509,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
405,279 405,279 000000000000000005e4cefc7db675d5bef6f1b540049f77528da642faed11dd 1,238 0.93/1.00 vMB 64
405,278 405,278 0000000000000000005973f484f1eb4eb02f9812227fc34a81f95dc1c8959fa3 1,417 1.00/1.00 vMB 23
405,277 405,277 0000000000000000036e0257bd3d1634d53eef26568231b544094224f6165670 2,189 0.92/1.00 vMB 36
405,276 405,276 00000000000000000696400ccab3a32e326cc17bc463e3445a86d0d290919bdc 1,570 1.00/1.00 vMB 72
405,275 405,275 0000000000000000050ce0b07ad8f74f7324a3d1304fc042f3d6ca908674d173 2,012 1.00/1.00 vMB 53
405,274 405,274 00000000000000000173bf1f762a66c017d2fc5cd26243cdb1aacb94e72c19f1 1,786 1.00/1.00 vMB 29
405,273 405,273 0000000000000000001439b64386e618a49e22ee166e2e5da252a50e8874a513 1 0.00/1.00 vMB 0
405,272 405,272 00000000000000000237b7c2132326d53b4781ace6d0e1872bcdf69672f4d291 2,475 1.00/1.00 vMB 39
405,271 405,271 00000000000000000398b2a7bed19a009c86b3f00bb2c4420fe170d08c48ab4a 1,331 0.99/1.00 vMB 71
405,270 405,270 000000000000000003e11f1d5e093a8a9a1169e582fdb56be1852d33278fe493 1,773 0.99/1.00 vMB 41
405,269 405,269 0000000000000000059f411e6e3ba5acb5884df52411e064c73101d589fcf58c 1,880 0.93/1.00 vMB 64
405,268 405,268 0000000000000000064d83f469cf4e82dc1d95399e819e05a6d5b572bd84e8ee 2,015 1.00/1.00 vMB 45
405,267 405,267 00000000000000000020e251f91cfbd2eb1e4c0d2b2795db202e150fb7ca2a96 2,038 0.99/1.00 vMB 45
405,266 405,266 000000000000000003c00b2ce74894ea39a5f77a147fe592e25ec13918c7e544 1 0.00/1.00 vMB 0
405,265 405,265 000000000000000005a66a934ba646b134b6676e78433785d376729d20792ea3 2,662 0.93/1.00 vMB 42
405,264 405,264 000000000000000004717166f106f6eeef09f4b79e9d7bcef077bf5e82e90b11 1 0.00/1.00 vMB 0
405,263 405,263 000000000000000004b3d5084e34d8c9f28899a0312aaca13d478e779c3e27f9 2,075 1.00/1.00 vMB 51
405,262 405,262 0000000000000000043f76402432ebcf359ea0c1aeba2ca900db1c6f2f4cd6a2 2,863 1.00/1.00 vMB 67
405,261 405,261 00000000000000000253f5d4108c445d7d399caabe0a13a3b99a824aa8f27dd9 2,369 0.93/1.00 vMB 52
405,260 405,260 0000000000000000066d4f9ad124f9db27b934febbac4c24d5fc8f9aafeface6 3,766 0.99/1.00 vMB 52
405,259 405,259 000000000000000004a3b81356f948bfd1522bd44ce1dc92b255405e6eefde86 1,601 0.93/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 781.83 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: 637.08 GB
    • Received: 12.40 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.