Loading Tool

Explorer IconExplorer

Memory Pool

100,254 transactions
26.21 vMB
0.09233524 BTC
Random Selection Loading Transactions
Max Size: 176.46/200 MB

Candidate Block

Mining Attempt 9fc644c4eff77e4d4cc2de2baf276975a236d1741de4eb7a4e6cc0c0092ecdb1
Version 20000000
Previous Block 000000000000000000008ec9caaee9bb5df2da0925a8c8452f34c75ef631e8cc
Merkle Root 4fad463e42959b5172fce264a003f97b6785a5ccc08d9a4da4dfd62c8015eb3c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,097
Size: 1.00 vMB
Total Fees: 0.02917564 BTC
Feerates: 804.28 > 2.92 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,077 (253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,824 915,824 000000000000000000007b635c8d20a19e7deaa32de9c499b8d2d1b3589209f2 4,619 1.00/1.00 vMB 1
915,823 915,823 00000000000000000000a9332c8ecea63e2a1ab7baca9af362d797197e3d70d0 4,861 1.00/1.00 vMB 0
915,822 915,822 00000000000000000001abb337da007aee38fdde99af12228eb6a051f7bf7bb3 2,011 0.68/1.00 vMB 3
915,821 915,821 00000000000000000001a4e78afec226e4dba5c6e0174c36af79062ee6f14c93 711 0.25/1.00 vMB 3
915,820 915,820 0000000000000000000150ba01b2dfa74bed189ee141f2253c7bce388bd39028 784 0.24/1.00 vMB 2
915,819 915,819 000000000000000000005a0838e598a37e1c484c6a0738538239b2412f1d54a5 3,835 1.00/1.00 vMB 2
915,818 915,818 0000000000000000000103f36a639c33056de6071b13a2f01412de7acb59342f 2,235 0.61/1.00 vMB 2
915,817 915,817 00000000000000000000c300deaf522131f71e3c3f3bfb91579918e2880c9d6b 3,666 1.00/1.00 vMB 1
915,816 915,816 00000000000000000000bcd9ea68ec22080895011244346d4e5afaf5568cc5fe 4,182 1.00/1.00 vMB 1
915,815 915,815 00000000000000000000742c1a4baf05b1e691d6013d08e682c11d3638f362b0 1,506 0.45/1.00 vMB 2
915,814 915,814 00000000000000000001206e61bb1a15b4be04b68cb2616038f5785d332c2ddf 818 0.21/1.00 vMB 2
915,813 915,813 00000000000000000001de39d7c9ae38fb94f018c93160f862670d647eb3f4ec 3,171 1.00/1.00 vMB 3
915,812 915,812 00000000000000000000657e92b31839f8c5f8697eb467c42242191b52fee61a 4,162 1.00/1.00 vMB 1
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
Previous 10 blocks ↓
Total Size: 784.26 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: 814.71 GB
    • Received: 24.00 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.