Loading Tool

Explorer IconExplorer

Memory Pool

75,210 transactions
29.88 vMB
0.10986927 BTC
Random Selection Loading Transactions
Max Size: 173.48/200 MB

Candidate Block

Mining Attempt 04597e3fe458db3d160d4b7fe1cb35a0f727c0c22212a25330d7412f869cba95
Version 20000000
Previous Block 00000000000000000000eac0d0edfeacbf2a9e265a4f05056996405b4c699ecd
Merkle Root a556c8cb0fd5fd8ac3ea80b76051d701f0dfc5b93ce41eb9a5a82227f39593a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,998
Size: 1.00 vMB
Total Fees: 0.03841996 BTC
Feerates: 101.64 > 3.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,053 (99,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
815,706 815,706 00000000000000000001d8d7eb638f997c7c0da9ca8555a12db77f063faa52d9 3,430 1.00/1.00 vMB 100
815,705 815,705 000000000000000000002c13d660ab4bcdd83a6f3e5798d564082aa252904c99 3,931 1.00/1.00 vMB 42
815,704 815,704 00000000000000000001dbb8c588b2b0a599be0692efe6880a0b14b400bfbfde 2,353 1.00/1.00 vMB 39
815,703 815,703 000000000000000000029ced49f64b39c0f5a1299a3b98a8f51d84628234aa8c 3,427 1.00/1.00 vMB 45
815,702 815,702 000000000000000000035aefbfa870d55062d2756c1affa3928952385c02162b 3,390 1.00/1.00 vMB 54
815,701 815,701 00000000000000000000fef00642527c39802ab6929c192e8da7c4fd74817880 3,865 1.00/1.00 vMB 44
815,700 815,700 000000000000000000047fc8aabdcd0177b61f59020ebbf0bb2cd11864733eca 3,895 1.00/1.00 vMB 79
815,699 815,699 0000000000000000000061d8e83910d8045ad1ae8c12307f39d900c31aa5077e 4,341 1.00/1.00 vMB 49
815,698 815,698 0000000000000000000421efeb5766f70b3dc19646871b06b23a373c3edf86cf 3,903 1.00/1.00 vMB 55
815,697 815,697 00000000000000000004749fce0b22d276851486a17423c9799a1dc1aaf9d5bf 3,324 1.00/1.00 vMB 57
815,696 815,696 00000000000000000000d0aac13f3bcbbc76557d1139c56ed3bcc7a90c168c8d 3,600 1.00/1.00 vMB 72
815,695 815,695 00000000000000000003c15eb55eb42f09aacaaf3846375701f9bfb22a13fb80 3,069 1.00/1.00 vMB 65
815,694 815,694 000000000000000000033bea736ca77d75718c62e105f62deffa154f77f9986b 3,702 1.00/1.00 vMB 72
815,693 815,693 0000000000000000000209fb982e0b4fb62720cac4eaafadff2ffb1d8e06e7aa 4,167 1.00/1.00 vMB 76
815,692 815,692 00000000000000000003a45315952d5dcb4e2ecdd4a6e0a1a694c9f2150ba329 3,570 1.00/1.00 vMB 75
815,691 815,691 0000000000000000000254478a705180e8356de6c9917f88b8d5f37dae0c8920 3,472 1.00/1.00 vMB 81
815,690 815,690 00000000000000000004099d36de447a02650315f6ff778f8878f711d41d5a39 3,648 1.00/1.00 vMB 119
815,689 815,689 00000000000000000001ee8d0d0b4f2ad482d496bfe4315e26a94d05f44bca66 3,234 1.00/1.00 vMB 88
815,688 815,688 00000000000000000000c2b5dedc9cd23cfb8c4769273cad8df8fef10f8200ca 3,055 1.00/1.00 vMB 49
815,687 815,687 00000000000000000003e72080b0f5c4315fa713b892716673b92c5f0d7d9381 3,828 1.00/1.00 vMB 68
815,686 815,686 000000000000000000027fb1eb88e5bd0ed4b4d19a85707adf5478ac1c4af5fd 3,545 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.49 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.23 GB
    • Received: 15.43 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.