Loading Tool

Explorer IconExplorer

Memory Pool

77,597 transactions
29.41 vMB
0.08484327 BTC
Random Selection Loading Transactions
Max Size: 179.10/200 MB

Candidate Block

Mining Attempt 6ec4633923b66ca522ffb63bdb68fd188d36778e90eca0c6da1fa15c0dd49803
Version 20000000
Previous Block 00000000000000000000dee0d7f2adc1aa9588eb4868dfca5df56e84a096c1f8
Merkle Root 2c433cc1502094ffdb4cb37aa14810463d1ad4aa8e65fa290d035a8ebddc57e0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,367
Size: 1.00 vMB
Total Fees: 0.01974708 BTC
Feerates: 477.45 > 1.98 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,243 (506,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
408,908 408,908 0000000000000000021b1605e3f7e0b471a97193081d9445817685a6281bfc54 1,036 1.00/1.00 vMB 16
408,907 408,907 00000000000000000170334eb199aa327924425bb84fd7f4d24d069af3806d1f 16 0.00/1.00 vMB 123
408,906 408,906 000000000000000002612886956268e83b959430fd240ee128e9c85de05d6c32 2,163 1.00/1.00 vMB 38
408,905 408,905 000000000000000004c901d83803ec66d72e1ee77e3f3f9810f1e81952a1cdf9 2,755 1.00/1.00 vMB 38
408,904 408,904 000000000000000002487f89daca00dd51d738bb142f6e5580c1f1cca8fb7360 3,413 1.00/1.00 vMB 74
408,903 408,903 000000000000000003838fe6db918e2942b8ac6d55381dc4b12af462f81e56b4 337 1.00/1.00 vMB 12
408,902 408,902 00000000000000000573e65ef87d3cc004247b8982112618dbe9affb77b260ab 2,566 1.00/1.00 vMB 53
408,901 408,901 00000000000000000064be94fdbc7b24469f884d6e4ef37dc15d2dcc1d5433e5 1,158 0.86/1.00 vMB 31
408,900 408,900 000000000000000003d90ca4ff568b899aefc6401c310b00d17175323a2779a7 2,032 0.93/1.00 vMB 44
408,899 408,899 0000000000000000037b0eee0bb754550019f1baae4a3077f751d8a9f250dacb 617 1.00/1.00 vMB 16
408,898 408,898 000000000000000002343ba3de235f6112e90cf49a21afd6d10cb1468a020fd1 1,709 1.00/1.00 vMB 32
408,897 408,897 000000000000000003f0ab7f7730dba18d0f16ad8a274f9d93ae40164c1b6b9d 1,090 0.99/1.00 vMB 26
408,896 408,896 0000000000000000021b28a33d897b903bcb3468755bf5b29d406f989623fb0d 1,425 0.99/1.00 vMB 26
408,895 408,895 000000000000000004824a35c0ccd6ad93cd85635cea19b95b8e321d7991c470 1,900 1.00/1.00 vMB 29
408,894 408,894 000000000000000000746051c1232fc1762f6a2932b5402069d498c5cf03a526 2,085 1.00/1.00 vMB 37
408,893 408,893 000000000000000004229f20f4f0e3ec5aa6641dc936badd5b29d47942ed7e5d 35 0.01/1.00 vMB 70
408,892 408,892 0000000000000000029748c3820646a54ebaa34d5cf3cb0dcc3a8706cdb7588f 2,722 1.00/1.00 vMB 53
408,891 408,891 0000000000000000049ef4afa7a7c388bada64c109f5ae2c878e3e9ac25c734b 2,403 1.00/1.00 vMB 42
408,890 408,890 000000000000000000354bb2d14224e91093fd25b233f76d4a7a2427c238cf5e 3,077 1.00/1.00 vMB 61
408,889 408,889 00000000000000000403344b1d8b1aff374056a52730f5d4b77cb13f691d3ac7 2,612 0.99/1.00 vMB 42
408,888 408,888 00000000000000000444a5621079aadcce1dbfa0439ab69006a2bef40c999637 1,631 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.81 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: 710.30 GB
    • Received: 17.07 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.