Loading Tool

Explorer IconExplorer

Memory Pool

81,252 transactions
30.69 vMB
0.08806409 BTC
Random Selection Loading Transactions
Max Size: 187.20/200 MB

Candidate Block

Mining Attempt e7cae7e7b9f6cd6df56e18a08e9b9aa38f85d1df15aa5629ad61dc983abbcedc
Version 20000000
Previous Block 00000000000000000000a3813f793d217041872d914f27c3141d08c7db453ba1
Merkle Root 617c9fb627bfae956e776114c9c6445e1421648aee172e674320bcdfbdaffb66
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,906
Size: 1.00 vMB
Total Fees: 0.01799985 BTC
Feerates: 301.57 > 1.80 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,386 (461,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,392 453,392 000000000000000000e54a4381d0f8a748948877b64d480e59f9ecec02869d77 1,752 1.00/1.00 vMB 180
453,391 453,391 0000000000000000017cbe435f397a09dc83d8898396f562a288870221d02b2b 2,359 1.00/1.00 vMB 150
453,390 453,390 0000000000000000007a2548c1c81bb1e635bd2c2554b1ed9e111aecbf8c668b 1,178 1.00/1.00 vMB 74
453,389 453,389 00000000000000000095f28d7759ae2eb11610863f21347f7ff52e4ea4783235 1,838 1.00/1.00 vMB 93
453,388 453,388 000000000000000002951d7c13a3c9bd90cd2d2c9bc8c917a57091b52ed1711e 2,704 1.00/1.00 vMB 155
453,387 453,387 000000000000000001b5f16753a5a1058a33338022851d4075b9974a5a2b4567 1,116 1.00/1.00 vMB 66
453,386 453,386 00000000000000000136c36490a3682aa26e67de459948817424038a1779b4f5 3,112 1.00/1.00 vMB 99
453,385 453,385 000000000000000001d2b199ac4e7e37be2e3fc1287df619e4fce2699ad50aea 4,013 1.00/1.00 vMB 77
453,384 453,384 000000000000000000b3b4fb50f144c9c1b0fad75ccfed19f249db72455de378 2,297 1.00/1.00 vMB 110
453,383 453,383 00000000000000000068309ece0907017170887da93c5efac65cdbe33665db81 2,065 0.99/1.00 vMB 118
453,382 453,382 0000000000000000005b4c000d5e4476f7329e60d6485a67713e4ad34a7a38af 2,010 1.00/1.00 vMB 90
453,381 453,381 000000000000000000771ba46ca02f4a0519605f8a307ed26cc2519cbfec2051 2,230 0.99/1.00 vMB 81
453,380 453,380 0000000000000000012107cd19a3d8ffb9c24fbf2eea68022a604027129ded46 2,646 1.00/1.00 vMB 85
453,379 453,379 000000000000000000061e8ed28f372d64c6348a2125fa88a5caf76232a0685c 2,295 1.00/1.00 vMB 87
453,378 453,378 00000000000000000259690d8a3085d3a9a588bb2b25eea11f4efc169d445637 2,483 1.00/1.00 vMB 111
453,377 453,377 0000000000000000016ce155cf9a1a4e0788f83d86a8f48f89a0c14048194d9e 1,831 1.00/1.00 vMB 108
453,376 453,376 0000000000000000023d0bcb590ab40210174cfce428312e9ab8f651c589f09f 1,838 1.00/1.00 vMB 116
453,375 453,375 00000000000000000299fd704f034e35fe7efded87270aea8e00d5cbece62791 2,827 1.00/1.00 vMB 89
453,374 453,374 000000000000000001a6ace294b3698f869a548386a010cb79b8d97f25683377 2,051 1.00/1.00 vMB 100
453,373 453,373 00000000000000000056c29b0fe5dae07420645d7cb4b97c83b08c7c5f547112 2,436 1.00/1.00 vMB 83
453,372 453,372 000000000000000000a4e0a974c4846ec7df03211cb9e511dfe9cd1208877310 2,776 1.00/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 783.06 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: 720.78 GB
    • Received: 18.25 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.