Loading Tool

Explorer IconExplorer

Memory Pool

18,624 transactions
10.94 vMB
0.03218228 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 2 sats/vbyte = 4 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.50/200 MB

Candidate Block

Mining Attempt 8ee9daac2b5cfb6e12c78da397e38c0d62139b5f05a2fd7dddfddabc166df0b3
Version 20000000
Previous Block 00000000000000000001780729c0d9ab0c7fd43034d92ca125a01d650fbaf372
Merkle Root 49aaba0b597cabb894058414e55da761360666a060868e66e09df4e641e15529
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,281
Size: 1.00 vMB
Total Fees: 0.00699959 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,355 (696,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
216,673 216,673 00000000000001003db31af7d4817c1abaea09e77bd9283a12e76135761ee77d 392 0.21 vMB 123
216,672 216,672 000000000000019c5cb93bb5516a949da71e2354cd01941942737e2176b017ce 631 0.25 vMB 177
216,671 216,671 0000000000000514cf64d691ca799498044c3f0508dc59bf380a0715c4624e19 128 0.07 vMB 43
216,670 216,670 00000000000002df7e136d8084df6384173726d611e68fc380c659c15a3be085 531 0.24 vMB 183
216,669 216,669 0000000000000436a322fab13a137d781325c43acd574e5d322c0f6c7f0786ff 797 0.25 vMB 263
216,668 216,668 000000000000048719e4738118148be282932168a08e73725fe1fdecd4af10eb 479 0.21 vMB 181
216,667 216,667 0000000000000260d2ec1c4a88b2aae5c2ddcfcfcb9cf57cb67262ff94245b7c 586 0.40 vMB 124
216,666 216,666 00000000000005281f015fc35fa2d4e9de9d8cb7e95e6b1843a8baaa5cfe6c2b 134 0.06 vMB 82
216,665 216,665 00000000000004eb5ee4d7aa823b02eedf4ea0dd263d77cedeec2ca97aa8e637 454 0.19 vMB 156
216,664 216,664 00000000000003812368f9f91e995405a692dcefd595c6d072002cbac5799965 742 0.26 vMB 228
216,663 216,663 0000000000000003701093f3d47b12ef9ee0bb69ece1e488f388807d33926913 9 0.00 vMB 117
216,662 216,662 00000000000000baec6b352cada7725570af9e643c3014405d5d46db3593098d 311 0.12 vMB 206
216,661 216,661 000000000000050236cdc3b56305b25a71b0345c00157346222295ab26be4993 419 0.18 vMB 170
216,660 216,660 00000000000000869e9c7d72ba0f57bc8c637c4b0d1812d5ca6ac30cee4340a7 341 0.16 vMB 171
216,659 216,659 000000000000041c2e15beae9afa7b8cc042e94b3126c5279aa7807d7e3bd805 11 0.00 vMB 118
216,658 216,658 00000000000001b55783dec8cce808af5bd14e7052d678da6c1f14ce795eaf43 371 0.15 vMB 192
216,657 216,657 00000000000003b9daf0a5dba7e517b9d0291586e22bd232197626358702c721 297 0.12 vMB 196
216,656 216,656 000000000000026e7ff7e0addbde66ce4842fca3bec65400391dfd1d53d0a36d 358 0.14 vMB 204
216,655 216,655 00000000000003d6c83f1c18ae8e514a10f70003d9682713532e5b20f5d321e0 97 0.13 vMB 19
216,654 216,654 00000000000001f28809ac2bc791aed031550787d24ce1bd495480d17d3efa45 160 0.06 vMB 185
216,653 216,653 00000000000002bf4b63e85c7834bc4fc3f3c28f08e98cfc03297f3d37062acb 256 0.19 vMB 114
Previous 10 blocks ↓
Total Size: 779.48 GB

Node Details:

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