Loading Tool

Explorer IconExplorer

Memory Pool

74,749 transactions
29.76 vMB
0.09827048 BTC
Random Selection Loading Transactions
Max Size: 172.54/200 MB

Candidate Block

Mining Attempt 367b3dab73004298a3452b2c9b8a48a4ff593d314a1fb61aad5a8b463021dd84
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 48b5c9ff0e6cd21e058dd8cbe7b9e671ccde15fb28fa0954fb788e85fb6d5c8c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,846
Size: 1.00 vMB
Total Fees: 0.02772277 BTC
Feerates: 150.36 > 2.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (135,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
780,002 780,002 000000000000000000063a73e7f5fff01ef9d9dbf36d1c9afba030aab9ad0a84 2,388 1.00/1.00 vMB 14
780,001 780,001 0000000000000000000143a5f6d19427ec9d2f2b124a2f81c831f3ce36b18e7f 2,616 1.00/1.00 vMB 27
780,000 780,000 00000000000000000000b0e5e00e6cd256aa03b58f01454ebe2f2c63c750a421 4,144 1.00/1.00 vMB 38
779,999 779,999 000000000000000000063a840d1ae5a1090da46e1ae749bf668ba9f7b2a30efe 1,667 1.00/1.00 vMB 16
779,998 779,998 00000000000000000002142b699053b88f19bfed3b0f8601b427dacdb022568d 3,064 1.00/1.00 vMB 27
779,997 779,997 0000000000000000000279ed614e245de632f2c9ea7198de6657ac830f9cb1e2 2,520 1.00/1.00 vMB 25
779,996 779,996 00000000000000000003a5116f45224fbe5599c6e05f66c0b722c52cff9ee2c2 3,743 1.00/1.00 vMB 31
779,995 779,995 00000000000000000003084bb25f8a94ab9652412805bfc2816256f64cbf25b9 3,220 1.00/1.00 vMB 35
779,994 779,994 00000000000000000002e341432d91c38626daa663d26a1010e3aab04d6aa94c 3,630 1.00/1.00 vMB 49
779,993 779,993 0000000000000000000604f630c970adbb00d0f8a256facc3b4833fe57ea6500 3,109 1.00/1.00 vMB 38
779,992 779,992 00000000000000000003caa779147d7e8764ef313b3c56893170b2abefc15d5a 1,753 1.00/1.00 vMB 50
779,991 779,991 00000000000000000005edc767443995787edc06b6aab569b918e458641fc003 3,620 1.00/1.00 vMB 44
779,990 779,990 00000000000000000000592048a203f2b797b8e0d9dbdb55672fa5e1a5167522 3,858 1.00/1.00 vMB 47
779,989 779,989 00000000000000000005a60472df453f00570718d5f665ba694f484d37ddde08 2,430 1.00/1.00 vMB 27
779,988 779,988 000000000000000000062a3a9828d41f4c335bafddd298a600e40bf9f9f95edb 1,620 1.00/1.00 vMB 18
779,987 779,987 0000000000000000000381ad1c2fd00b4fddf5e1592492eaf246592ed966c31a 2,687 1.00/1.00 vMB 26
779,986 779,986 00000000000000000002a3b80e00c93693ae8698ff7596ce7b401625ad53927b 3,299 1.00/1.00 vMB 41
779,985 779,985 000000000000000000036571068e20d66ea6fa77d7ab01d344d330d341c6dd4b 1,577 1.00/1.00 vMB 25
779,984 779,984 0000000000000000000002e6402e69b93c56886e3ae026d47cb3998f2815f6c2 3,159 1.00/1.00 vMB 43
779,983 779,983 000000000000000000054da9ad0b5a1bf883b5811b8717c95bf616edd71966a6 1,426 1.00/1.00 vMB 19
779,982 779,982 0000000000000000000400126a93393acdcae0c3fcb3dbeae968278aefdb27dd 2,107 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.48 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: 668.20 GB
    • Received: 15.42 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.