Loading Tool

Explorer IconExplorer

Memory Pool

73,094 transactions
28.17 vMB
0.07114708 BTC
Random Selection Loading Transactions
Max Size: 166.77/200 MB

Candidate Block

Mining Attempt c6d02f91d8891ea91ca34a295c549aa16edb07455407baa2258cd925c8821967
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 73d22fc0abfbf47109830d51165b0beb5a233ffbc86c665328b003f7b5e1b034
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,331
Size: 1.00 vMB
Total Fees: 0.01485684 BTC
Feerates: 150.86 > 1.49 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (126,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,583 788,583 00000000000000000000afc42bc3221ac33aff22ba1c5971d2d7edf1b41c46bd 4,754 1.00/1.00 vMB 138
788,582 788,582 0000000000000000000324c63ba846803a02ad625a7ddf6fa8f62a9868ee5900 4,531 1.00/1.00 vMB 155
788,581 788,581 0000000000000000000450e97885a52acb26f2bee48434e15c3f4891242190d6 4,279 1.00/1.00 vMB 171
788,580 788,580 00000000000000000005a86734c8d30f26af02a3467cfffe5aa4bd56cdf7000f 2,586 1.00/1.00 vMB 211
788,579 788,579 00000000000000000004ae3a33d1ee8c86c5421d9a4c494deed512597bae7e78 4,540 1.00/1.00 vMB 150
788,578 788,578 00000000000000000004a8b38888daa0251c7a0f7c25e05c7d9dce3e5ec280ad 4,543 1.00/1.00 vMB 130
788,577 788,577 00000000000000000000d62cc0cd793e2075aedaedbb907050a3247e9bddf293 4,865 1.00/1.00 vMB 107
788,576 788,576 000000000000000000024e5300b383d5d9a85d6f0d87753e68831ea1c79c924c 4,366 1.00/1.00 vMB 119
788,575 788,575 00000000000000000004b5b226095c16f0b1cee9b0b6298711eded33fd940fe2 4,472 1.00/1.00 vMB 104
788,574 788,574 000000000000000000056fd88b2f01e3cba69bf54ba6538e2eddd0738406fdbc 4,531 1.00/1.00 vMB 121
788,573 788,573 00000000000000000005952f8ef4d6a4b27bf32b854b087438bd35b101d91327 3,727 1.00/1.00 vMB 153
788,572 788,572 0000000000000000000248b9149dae03a3a465833c53bbca0ea702a325fa9d1f 3,597 1.00/1.00 vMB 172
788,571 788,571 000000000000000000003563c0d0107c46458ed841020d64bdadb43680734e02 1,522 1.00/1.00 vMB 199
788,570 788,570 00000000000000000002642802a4efb14e8f58916beae482debc2eae7b863297 3,953 1.00/1.00 vMB 136
788,569 788,569 000000000000000000005a866180b73e9032fcdfcc6bc8830eec3b7394204eee 4,875 1.00/1.00 vMB 91
788,568 788,568 0000000000000000000351eb74987d7c5aeb12091d12c62391b55c976f5ff854 3,892 1.00/1.00 vMB 135
788,567 788,567 00000000000000000005476fe3065f44bc112a81a85c821509b2c520b3db3bcd 4,729 1.00/1.00 vMB 111
788,566 788,566 00000000000000000000f04883f93f28fb92e0977918e7c1143feec40a537845 3,563 1.00/1.00 vMB 170
788,565 788,565 0000000000000000000212f288b6d8af0e7da4586936aa48ec36db3bf2a1ba9e 4,449 1.00/1.00 vMB 97
788,564 788,564 000000000000000000040c3939a6c041c778f253b5f57581cedff156c900f2b4 3,899 1.00/1.00 vMB 138
788,563 788,563 000000000000000000001c51e742f9cbe3e9e619a5d85542b8a91596af12103b 3,530 1.00/1.00 vMB 152
Previous 10 blocks ↓
Total Size: 782.45 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: 666.80 GB
    • Received: 15.22 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.