Loading Tool

Explorer IconExplorer

Memory Pool

29,532 transactions
10.01 vMB
0.12673435 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 61.53/200 MB

Candidate Block

Mining Attempt 57c378af7b7227a7fb882db33caf9772e3028b51285e76c3427524c0031abe28
Version 20000000
Previous Block 0000000000000000000207d87b7daaa9b76b765d546cb6d2acb529123ae5516d
Merkle Root b4981cbfc20d9b436d56dd0beb396a5a2c06341c3fc3cd76b817286b6f05951a
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,375
Size: 1.00 vMB
Total Fees: 0.04502162 BTC
Median Feerate: 3.52 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,220 (661,835 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
251,367 251,367 000000000000003e508fd4d0b8b7035ea905af1d2f37a67ac2aecf65a2e0f179 20 0.01 vMB 105
251,366 251,366 000000000000003d725f28813953065603557b73a573b07e2e4ac203bf557997 428 0.19 vMB 113
251,365 251,365 000000000000000bbc44527f5e1cb2b00d6d1f495f2df638241a2109260d4a0f 8 0.00 vMB 123
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: 72
    • Outgoing: 10
  • Data Transfer:
    • Sent: 23.93 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.