Loading Tool

Explorer IconExplorer

Memory Pool

39,374 transactions
16.06 vMB
0.13321965 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 91.29/200 MB

Candidate Block

Mining Attempt 26af718faf1d6e4b1f42f7e503f727f84bd4023fdc53fd99a5eccedfd9d84760
Version 20000000
Previous Block 00000000000000000001f06e79710a37ab005885ab5f59b589cbb915c2a023cc
Merkle Root ef26a8864cfa5fd88f7c4c365921a6a1c80b5f5248107b282624409ede2207bb
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,164
Size: 1.00 vMB
Total Fees: 0.05877472 BTC
Median Feerate: 4.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,341 (659,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
253,383 253,383 00000000000000159298b92dd60653040ffe2b6f5b3d997c121c495a2bba82d3 155 0.06 vMB 143
253,382 253,382 00000000000000034e4acb74a7d4577023271d438a0ae074f988c8aec92a8ae8 121 0.05 vMB 93
253,381 253,381 000000000000003090daada72378f999289d6f0b809ad7e371526b92427662de 579 0.22 vMB 129
253,380 253,380 0000000000000048d3f8f46e47bca738756a4c287307f228d1dfb55b8494b3da 380 0.15 vMB 121
253,379 253,379 0000000000000003a74c44bcac0a4f41ea855a143cf7f15f2e1b9a1733f36308 97 0.04 vMB 107
253,378 253,378 00000000000000146bc887599c70709f469725352657f35336f3fb7b4f076a8c 222 0.09 vMB 127
253,377 253,377 000000000000001b2ce8ef69bca5eccfb462756df5f94e3b01e0553ad8244492 284 0.11 vMB 119
253,376 253,376 000000000000004f1bdd368a014df5b1ac520e8b62c895e4839b50ac64f513a9 200 0.08 vMB 114
253,375 253,375 000000000000004f04c143b98edba72cf54d41dfd585e6881d722aadf09eaa24 347 0.17 vMB 65
253,374 253,374 000000000000004546a5af7377f116d0c1e0f4b3a79d55e7c35ced0685303809 673 0.25 vMB 133
253,373 253,373 000000000000002130fbf47c4d4ac061816972d5a412faa97e6fdb480294e665 221 0.09 vMB 125
253,372 253,372 000000000000002a472e32d772871491e9cca4e8cbd26ac4e78b04fb9f418b57 147 0.06 vMB 70
253,371 253,371 0000000000000024e03a43e4189331589bac4cc8c9b0c94286d93675b0a66a84 159 0.08 vMB 72
253,370 253,370 000000000000001225c335463bb2d0ee0991e098e370eff251c78331424237ff 56 0.09 vMB 30
253,369 253,369 000000000000001c64cfe30d0b8882d2169b8a0460ff4334a123d0a696304990 128 0.05 vMB 99
253,368 253,368 000000000000000e968552113518522c23f7761d2700d9ff1a047060540d04ed 484 0.21 vMB 115
253,367 253,367 0000000000000028f0d7339efc48817a246595deee2d347c8480ba35408da8ff 166 0.06 vMB 193
253,366 253,366 00000000000000048d4fd56cee94f14af3db71a68046aa12191700f0a9870812 385 0.16 vMB 122
253,365 253,365 0000000000000022684a489e6e1ad2db14a11fca45635f0e06f07f2e09c07d9f 85 0.04 vMB 118
253,364 253,364 000000000000004e4c1b7466ba824347b2a464ea62d39e60e5a673303ea92268 105 0.05 vMB 89
253,363 253,363 000000000000004b96c086360bd196d4becf1d47ccea01d71cf24338a543fbfd 463 0.22 vMB 71
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 93
    • Outgoing: 11
  • Data Transfer:
    • Sent: 151.00 GB
    • Received: 0.61 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.