Loading Tool

Explorer IconExplorer

Memory Pool

109,981 transactions
27.92 vMB
0.07527163 BTC
Random Selection Loading Transactions
Max Size: 191.24/200 MB

Candidate Block

Mining Attempt 58854904d8794d19b0b505481f1d6b32a0ae7ca4aca1b2b9df18321aef00e113
Version 20000000
Previous Block 00000000000000000000bae5c39a9eff48fe739dcfb8938042cdcf581abba15e
Merkle Root 3bc3312825b8a66a973fb9576a515e18e9e118f13dfaac845f131e4d46747974
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,466
Size: 1.00 vMB
Total Fees: 0.00801102 BTC
Feerates: 10.05 > 0.80 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,045 (234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,811 915,811 00000000000000000001d9d75a3eaf0371a69330c81062f2f04fea767e05152b 4,609 1.00/1.00 vMB 1
915,810 915,810 00000000000000000001beb01c65b4d26a478c50835349b6324ed9d7cfe2ccb1 1,740 1.00/1.00 vMB 0
915,809 915,809 00000000000000000000dcabfe7ffa93deab4e2b5514ddbcef964f1b9373dd7f 184 0.04/1.00 vMB 5
915,808 915,808 0000000000000000000074dcb56100892313c315be9f6348d716ec45420bf5ca 3,764 1.00/1.00 vMB 3
915,807 915,807 00000000000000000000b03dd737b37cee3282d2f6fa0193955fd4f1cdb65bda 4,737 1.00/1.00 vMB 1
915,806 915,806 000000000000000000003485674480d97e71d98c5f2f4ab200d5c6fcbf254b53 3,487 1.00/1.00 vMB 3
915,805 915,805 000000000000000000016af6bdb14f4de712c2154dcf968d3da485051e001e31 1,198 0.38/1.00 vMB 2
915,804 915,804 00000000000000000001c5e48dcb262b30968b0b5c8de0808a2bd134481aeaa4 2,845 0.73/1.00 vMB 2
915,803 915,803 0000000000000000000195f41c85a8f5d5a705cafe254550a61e5c6e85879a13 4,969 1.00/1.00 vMB 1
915,802 915,802 000000000000000000017ed5d1918999de759e60fc5e6c977b827e3d3ddacc17 5,953 1.00/1.00 vMB 0
915,801 915,801 000000000000000000015528cd4e84226a4cde7691e25404a45dedeffca6715d 3,740 1.00/1.00 vMB 6
915,800 915,800 00000000000000000001f2f5bd00c3e79f2570249aea80927e8f2a7909c605d7 6,028 1.00/1.00 vMB 0
915,799 915,799 00000000000000000000a91e38907ee6c875c2ae31843a2dbea49bd78ec4dffe 3,317 1.00/1.00 vMB 3
915,798 915,798 000000000000000000005b273def125124eeae80d56e7b15037fc80898b610a7 1,173 0.35/1.00 vMB 2
915,797 915,797 000000000000000000003f2ee55b218e78eee8f9fb0168f905388f433d7b5e9d 906 0.24/1.00 vMB 3
915,796 915,796 00000000000000000000a85135c89002dad3161c8e465d9f04ab55bd216bab7b 4,262 1.00/1.00 vMB 2
915,795 915,795 00000000000000000001d9cbef3835e9c711aa93792f3a094933be00e4d4da6b 2,089 0.64/1.00 vMB 2
915,794 915,794 000000000000000000014e33bc9424d2ea28fb6049b737c974e6463e4d8e8294 5,463 1.00/1.00 vMB 1
915,793 915,793 00000000000000000000a7025da05b2b628060f080354080c258b18f96488234 4,069 1.00/1.00 vMB 1
915,792 915,792 00000000000000000001454090e167d835d4e99c0857dae27e86d0e860239817 3,888 1.00/1.00 vMB 1
915,791 915,791 00000000000000000001da66cbebd1c27abaab4125761e8a27cbdadee15889d5 5,451 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.20 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: 812.15 GB
    • Received: 23.72 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.