Loading Tool

Explorer IconExplorer

Memory Pool

38,480 transactions
19.20 vMB
0.04941622 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 106.30/200 MB

Candidate Block

Mining Attempt 47841c14740d23d9058108b841d43e44366d4484251a943a21d7214fd79919d6
Version 20000000
Previous Block 000000000000000000000f7cda3ab2cf5539888ba1252df99db7f3ccc3122739
Merkle Root 0422f25dd5a7803838ebf5ce08a5125ba526dda23784e194453dff6753e47eea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,466
Size: 0.99791175 1.00 vMB
Total Fees: 0.01321821 BTC
Feerates: 469.97 > 1.32 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,874 (767,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
146,464 146,464 00000000000007cdf7c31de2e63cb821220c8f867847a2e4957b4a833672c501 4 0.00/1.00 vMB 108
146,463 146,463 00000000000001b643a173002de983670516d50981fde9df08b7b4b08ade1b73 40 0.02/1.00 vMB 198
146,462 146,462 00000000000006d54f3a8d9b9c88a0f9573dfc2e04f3f240a819ba861b0e1f1c 2 0.00/1.00 vMB 0
146,461 146,461 000000000000071ee37d830825ab5c21b95cbba84c76f49e913e4395a325c924 95 0.04/1.00 vMB 295
146,460 146,460 00000000000006a218afed4c3c2ba92655a0528f81e187782e456b65598d9e73 31 0.01/1.00 vMB 324
146,459 146,459 00000000000008a5e750acbe4b321e1e620907a9f7fb45ad28733472c3f46dd3 13 0.01/1.00 vMB 64
146,458 146,458 00000000000006278d7b0e00d303d1d599994048b9dcb788d34988d40e341c7e 127 0.05/1.00 vMB 113
146,457 146,457 00000000000005d4f6637c4f9a9a36d958bc749d36c836a902b673d9f758ef32 111 0.05/1.00 vMB 178
146,456 146,456 00000000000001296f50dce510ac76a43b77d1f053353ce962e19ad4153ae181 45 0.01/1.00 vMB 4
146,455 146,455 00000000000004f8286aab38c758cfdfda7f8892b5ef066b497ff287d4e0f3bb 24 0.01/1.00 vMB 196
146,454 146,454 00000000000002131530975901c76c95e1cf1b9e13c8e2fce41b416e890415b2 45 0.02/1.00 vMB 117
146,453 146,453 00000000000002014b82c8145bacfb17eb28f9431514c0956bc2664736e3d12c 136 0.05/1.00 vMB 213
146,452 146,452 000000000000017e829007b8b4efaba6584573f3b4847958e010bc81ecdd24d6 39 0.01/1.00 vMB 143
146,451 146,451 000000000000080a74046bd9f4a740512aa4332b56b883729c487a51b8ae6f81 21 0.01/1.00 vMB 54
146,450 146,450 0000000000000765172adc4c54fef2df44006117cfe8ee1c7f921e4adf647a6e 37 0.01/1.00 vMB 115
146,449 146,449 00000000000002580cbe4ceddb09805d007800776c710cf46599dc6816488e38 12 0.00/1.00 vMB 83
146,448 146,448 000000000000084fff6831e94a29b74b803a3c3c62f58c7e2704224d611a2d93 20 0.01/1.00 vMB 203
146,447 146,447 000000000000027c3a5bc3073f280417b34c3e9e678cb2603fe3fff42746dada 12 0.01/1.00 vMB 50
146,446 146,446 00000000000000d6b29fd46fc3be60927ddf67dd695484518aa60252cc3328aa 87 0.03/1.00 vMB 52
146,445 146,445 00000000000005a4a09cac3a104d275a96c0cc844fccd0f3b5af4720305507f5 63 0.03/1.00 vMB 246
146,444 146,444 000000000000069ba36d4e6632bb998b35de5b1100cf9b6ed38e5bdd3273e365 57 0.03/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 780.38 GB

Node Details:

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