Loading Tool

Explorer IconExplorer

Memory Pool

49,833 transactions
30.01 vMB
0.12352343 BTC
Random Selection Loading Transactions
Max Size: 160.71/200 MB

Candidate Block

Mining Attempt 029b2ed829345e863f4853bbc9cbead56c31f411b3060a1dc571a8a40b24a1a6
Version 20000000
Previous Block 0000000000000000000076b83b1d6ccdb00623eb84fa22f3fb18eee6fe467774
Merkle Root 88bd366e1941dcb9668c586e80011b04ce20762dfe9452d28f44f97bf1740f39
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,434
Size: 1.00 vMB
Total Fees: 0.05986354 BTC
Feerates: 117.91 > 6.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,829 (682,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
232,619 232,619 000000000000010ff62557eb4d4a865fc6781250d83d2176a8c3f76aabfc1cf5 419 0.17/1.00 vMB 151
232,618 232,618 00000000000001a8304897f39db533e1d435a7df1325e087640ce4dbe751276f 389 0.25/1.00 vMB 171
232,617 232,617 00000000000000f08f4e4e67afc57bbd78c17caf8fc117d0255400d8b4b985ab 837 0.36/1.00 vMB 156
232,616 232,616 00000000000000ac2bde9487f7871da3bfee4df174ec7628ab35327ad82af830 201 0.08/1.00 vMB 285
232,615 232,615 000000000000001732ca21a84c666b0707c1ef7edc5fc24524832a2642daa03f 173 0.07/1.00 vMB 211
232,614 232,614 00000000000000f50dc9fc411bb6d07cbeb57fcaadcd8ab0482ca7ef2f005b0c 36 0.01/1.00 vMB 173
232,613 232,613 000000000000009e727144c7662f74b1ab8c34aac0c6488e01fa86eadab2fa28 99 0.05/1.00 vMB 152
232,612 232,612 0000000000000070000de4f6f7ee6a6b480b7a0bd487f8dcabfd6c4b8c2c3ad6 83 0.04/1.00 vMB 9
232,611 232,611 000000000000013f5adfb6912cabb23d861ce0dca2f6cd7e000cd5a8eb6b3bcd 415 0.25/1.00 vMB 91
232,610 232,610 00000000000000b564a96905d1ca6471d7f6e57bdefde44d6bf4ec9a20fc51d9 481 0.21/1.00 vMB 211
232,609 232,609 000000000000018be2b009662c57495229321a7cb65c9574b012ed47cae0c7ac 308 0.13/1.00 vMB 180
232,608 232,608 0000000000000191259985e48d5497020ed285c73705b7401a4b71c8a057497d 32 0.01/1.00 vMB 55
232,607 232,607 00000000000001c208bb2e4b825164097f531559698a98aac7c1e59be445ff04 260 0.25/1.00 vMB 73
232,606 232,606 0000000000000165ee459d7889480ead35ce52c4d244844d3fc0b41f797cbfa8 370 0.25/1.00 vMB 198
232,605 232,605 0000000000000098d0847ebcb87842ae185e7c4feb4342b0265a2585f5b4ce6d 321 0.14/1.00 vMB 361
232,604 232,604 00000000000000d8afe0157eaa41e0f09c169ac7fd92f63260f29030f16b0d1b 493 0.22/1.00 vMB 157
232,603 232,603 000000000000002d3161fd80263a4def6406d54be3c3ec43c8b1202b21722197 128 0.04/1.00 vMB 163
232,602 232,602 0000000000000158a0cc3fa8dc7ee6067cbd5260b6e8ad58f3c8af0836bd3ee3 594 0.23/1.00 vMB 172
232,601 232,601 000000000000002cb0ea5e9031c82efac151b994dc73882fbeaf92565ee7d5c2 92 0.05/1.00 vMB 161
232,600 232,600 00000000000000fcc04308795aba33462feb7fa7801a3247a7edc9796cc5a502 572 0.25/1.00 vMB 159
232,599 232,599 000000000000011fcd0e648b4e68d97e3a9fc115952d824f36f40a1e093ba21a 538 0.32/1.00 vMB 133
Previous 10 blocks ↓
Total Size: 782.09 GB

Node Details:

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