Loading Tool

Explorer IconExplorer

Memory Pool

29,037 transactions
9.80 vMB
0.11833944 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.62/200 MB

Candidate Block

Mining Attempt fd0e38b6d522192aa350daf6fa81879c749dfb7d7fd40406b2b51f6e72262866
Version 20000000
Previous Block 0000000000000000000207d87b7daaa9b76b765d546cb6d2acb529123ae5516d
Merkle Root 58cdfd76e8b56cfbedad4975e64dfdad7d678f38c7053709645b04db3d52202f
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,030
Size: 1.00 vMB
Total Fees: 0.04089420 BTC
Median Feerate: 3.43 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,220 (661,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
251,388 251,388 000000000000004a2ecba16e3487bef3926770ed5ecb6c6268784f426da973f0 167 0.07 vMB 153
251,387 251,387 000000000000005ef63db46f7e5a46abb54db33459d612609cf88024b9f1e1e3 16 0.03 vMB 12
251,386 251,386 0000000000000069982984f88fca21c89c56f011c89e835b85055cdb73b2b1c7 66 0.03 vMB 102
251,385 251,385 00000000000000285ac283a54558e159ca1bc29b50da76cd10efb9eb0f7f6f16 115 0.05 vMB 145
251,384 251,384 000000000000004a34e19ae4d795897186b5703095ad66e0cb7e8db521c4f66d 35 0.03 vMB 60
251,383 251,383 0000000000000034c49276476c517668012374c3a7150c55f2e53f95f28c0447 254 0.10 vMB 135
251,382 251,382 00000000000000564f97e0567581d486665ee50452718dd7c6afe226dcb80512 427 0.16 vMB 148
251,381 251,381 000000000000001f2171a6f714c9d17a2b9ce4123120107856a1bd9ae96484b6 39 0.02 vMB 103
251,380 251,380 0000000000000004df79cb431b67e7b8a6e91a67fc3a192b5644f1abefd65340 127 0.06 vMB 130
251,379 251,379 000000000000001bf72b6326d3ebd11f0123d732992dbcb0b9251b9bb6730fd3 224 0.10 vMB 121
251,378 251,378 000000000000001c8e36ea7a68c1e3d5972f69335550958a2504e93e169e419d 257 0.12 vMB 119
251,377 251,377 0000000000000070832e7089484451e260d4d533db46e036e83c3fc800d745bf 232 0.10 vMB 125
251,376 251,376 00000000000000698aeb3b9b2bfba8a116de8668f963b539c688d8f97b9747fa 36 0.01 vMB 121
251,375 251,375 000000000000004ce4ac2f232e543a139cf41069ed6e242710e0cf55490efeb2 208 0.19 vMB 43
251,374 251,374 0000000000000055b5bcc6e9e3f5a5906db2b37e3db4b293031d39be647fa567 68 0.03 vMB 6
251,373 251,373 0000000000000056e6b009a705d09a24892c33b9154b3711af8fee01a48c813b 1,311 0.50 vMB 117
251,372 251,372 0000000000000034b521f3408af5b19c514bc72c374e371a5248d50c5a17e25b 547 0.24 vMB 147
251,371 251,371 000000000000003f0d2347679b03759f8e4b4836d085465f3cc99c3ba3387e0a 422 0.20 vMB 108
251,370 251,370 000000000000006c6dd15d6b0f57d38ad2a928c86962a6503ce4348d83aefade 534 0.27 vMB 159
251,369 251,369 000000000000002d2ebb13e657416ad52eecc7637b109730290d9a2fdddec2b4 433 0.16 vMB 209
251,368 251,368 000000000000005be39046071f49882886dfa8dd65591a53bf3c3efe0846e8b4 197 0.07 vMB 199
Previous 10 blocks ↓
Total Size: 779.24 GB

Node Details:

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