Loading Tool

Explorer IconExplorer

Memory Pool

77,745 transactions
28.91 vMB
0.07698245 BTC
Random Selection Loading Transactions
Max Size: 175.17/200 MB

Candidate Block

Mining Attempt 300c4b52d4ccc18c68effd2a6cab7695ff3b375006c8d09f747ee5426f258c59
Version 20000000
Previous Block 000000000000000000005ebf9d74ec7ab39402801cfbfdb763ac43cf18e45fcd
Merkle Root 2e3cd06d5905e5b82e7ea21c44085d918f466433b91e58c8e9fe75df692d3449
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,441
Size: 1.00 vMB
Total Fees: 0.01679274 BTC
Feerates: 100.28 > 1.68 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,117 (356,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
558,826 558,826 0000000000000000001bd0220939a6ce50912e7df704586b9570d9c802e0f927 2,359 0.86/1.00 vMB 5
558,825 558,825 00000000000000000024d26b8e857db11217056f090018789d1af7cd18403eb0 3,312 1.00/1.00 vMB 11
558,824 558,824 00000000000000000026857e7453baae9046148ca5c0d6c4c9472b7592951c62 1,879 1.00/1.00 vMB 19
558,823 558,823 0000000000000000002a6262242d70bd455f77e8435d334e4b265be7632edaf9 3,303 1.00/1.00 vMB 29
558,822 558,822 000000000000000000233a26a085f77a175e13eed83f2701cb7290666b2d5444 2,909 1.00/1.00 vMB 44
558,821 558,821 0000000000000000002dffe98c0b20a9cd53e790882cc2133149d4ca923910c8 1,090 0.42/1.00 vMB 13
558,820 558,820 0000000000000000001da9b5f98959c3c20015328ddb93c5da9134620533d86f 3,190 1.00/1.00 vMB 16
558,819 558,819 00000000000000000020b57da36dc2951c1b1aeaa89a1475acdfb3cf4e7b66ae 2,915 1.00/1.00 vMB 25
558,818 558,818 000000000000000000051569f0825a6a07b6d5912ee9f4d3cd27a14d9969b037 2,366 1.00/1.00 vMB 16
558,817 558,817 0000000000000000001f839675eb4ad84c6b8d49198af285a39eff27b4c27609 699 0.29/1.00 vMB 19
558,816 558,816 0000000000000000000c4c0944f627f63d612bb2ad9e18271260e922605ccbc4 1,212 0.81/1.00 vMB 5
558,815 558,815 0000000000000000002506dcc587e152997efae4229e8618b2f0376d8cb08859 2,434 1.00/1.00 vMB 9
558,814 558,814 0000000000000000001d0fdde3e3c04318463a7f286e46ddad6de2c7c8b0cb5d 2,092 1.00/1.00 vMB 10
558,813 558,813 00000000000000000001a6bdd0a7e97ea724586644b1955a9f89229a24f214f1 2,820 1.00/1.00 vMB 17
558,812 558,812 0000000000000000001f5aefd4411209fb1f0ad967366157286808a95aebda84 2,706 1.00/1.00 vMB 9
558,811 558,811 000000000000000000272540bc283b1a35c61520eefa32dd4c29fec50a4579a2 2,974 1.00/1.00 vMB 25
558,810 558,810 000000000000000000080c9e29e0ad3823b01176417592a44e47c02bb0054e33 2,931 1.00/1.00 vMB 14
558,809 558,809 0000000000000000001c7dc23909d69457031b78b6abca18a23f38a00b4f29c4 2,580 1.00/1.00 vMB 35
558,808 558,808 0000000000000000001f2f64d74bde699beabd18fc62f6b2d137cec5762ee685 2,466 1.00/1.00 vMB 16
558,807 558,807 0000000000000000000c88335b331c5cd3f4541e5540009c26f0342df5dbf738 3,193 1.00/1.00 vMB 37
558,806 558,806 0000000000000000000369d19c51d37e62b2fbcc84a8c09623ee1c80ad0c701e 2,696 1.00/1.00 vMB 16
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.58 GB
    • Received: 15.96 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.