Loading Tool

Explorer IconExplorer

Memory Pool

77,485 transactions
28.92 vMB
0.12196200 BTC
Random Selection Loading Transactions
Max Size: 174.92/200 MB

Candidate Block

Mining Attempt 93b6eb31a56d69aebb6bcd8a1b0aba24dd58b872fe3a54e1d1dab23196860227
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root 81740060fb5fba1f1efe0a0938807aec6816f64821c46efd304a8c02141dde9b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,064
Size: 1.00 vMB
Total Fees: 0.06169808 BTC
Feerates: 108.69 > 6.18 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (384,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
530,376 530,376 0000000000000000001776b45392cb981ba48a9a5669a80469d462f08da188a2 2,344 1.00/1.00 vMB 31
530,375 530,375 0000000000000000001803e5b333017c2bde4a0fdafb88ee6f2e627e291a1e86 1,129 1.00/1.00 vMB 4
530,374 530,374 0000000000000000000021d2062e376a5edf513da21cc3e2639fbf1cd73140e1 1,810 1.00/1.00 vMB 9
530,373 530,373 000000000000000000139ad56989c49c6531aa2884c5781260458bf218220f1e 2,119 1.00/1.00 vMB 7
530,372 530,372 000000000000000000077ec7ba43e088551acf07c92f133b7172a0636724178f 2,259 1.00/1.00 vMB 23
530,371 530,371 0000000000000000001c379280893dec7b0f01bb81be4cdc7f77188f09964ce5 3,242 0.97/1.00 vMB 36
530,370 530,370 00000000000000000018278466c2b87b8bb3ac6a2bdd32d2ed7e6f0f6e58c61f 2,885 1.00/1.00 vMB 28
530,369 530,369 00000000000000000012866448ada3da8aafb426c34c6e85d753cd1f9f22a029 1,677 1.00/1.00 vMB 25
530,368 530,368 000000000000000000310cb32b1fd9dfa7a8dac5f375775e9b3d75b22dddcab7 2,609 1.00/1.00 vMB 10
530,367 530,367 00000000000000000015cbde753b7e6526f3c790014a1b68759c19babc54918e 2,399 1.00/1.00 vMB 35
530,366 530,366 00000000000000000003d7206fc85beee9e098c00098026516944070b4daef62 1,549 1.00/1.00 vMB 22
530,365 530,365 00000000000000000019a0a6d4a2cbeb7d726c2218fa1398283ef0bf694b3b09 2,034 1.00/1.00 vMB 22
530,364 530,364 0000000000000000002d32b6184717492ae0ddad3557e25edfd7dda67c4b12c4 1,509 1.00/1.00 vMB 20
530,363 530,363 0000000000000000001c33adaa28e739da1537bfac2d122824ec75f2671faf73 1,222 0.97/1.00 vMB 8
530,362 530,362 0000000000000000001067aaffd0368651882354e028b7721dbe4b413a282ef4 2,356 1.00/1.00 vMB 35
530,361 530,361 000000000000000000279375a3747d0e7f73dfb611f0edad4e2cf60137cc7efa 277 1.00/1.00 vMB 6
530,360 530,360 0000000000000000001af01adc33f024cb6c1a2744d8de4696a00eb06fcde7b5 1,009 1.00/1.00 vMB 16
530,359 530,359 0000000000000000000fdbad3940bf61173e7d44c2cde4e74bd911ed05fbbdd9 1,731 1.00/1.00 vMB 24
530,358 530,358 000000000000000000165cbcdb55051f9a437c71e950eb78a3df939cf4547c4d 1,561 1.00/1.00 vMB 14
530,357 530,357 0000000000000000002a7b346bc553d8d5a51476c117cafbfeb52bb496f3a8fb 436 1.00/1.00 vMB 9
530,356 530,356 0000000000000000002790be8c24537f1877586f2bfb65668980ac031a67afab 1,539 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.59 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: 671.53 GB
    • Received: 15.95 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.