Loading Tool

Explorer IconExplorer

Memory Pool

44,434 transactions
27.33 vMB
0.09344978 BTC
Random Selection Loading Transactions
Max Size: 144.36/200 MB

Candidate Block

Mining Attempt 6a350ebe3aff498b99d69466666c660730905f113d3b72186ad78a292a24c154
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root 318efb743748483dc0542b0e7fe12fb726c3c1a878afcdbaa21bb6b1d4e61a81
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,906
Size: 1.00 vMB
Total Fees: 0.04227213 BTC
Feerates: 101.65 > 4.24 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (363,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
551,902 551,902 0000000000000000000b458889d994c64d36a32725d30eb735a8977b685332de 2,774 1.00/1.00 vMB 61
551,901 551,901 000000000000000000032a9822a7745d2b866ac1ed984c971547127b68b455f7 2,740 1.00/1.00 vMB 46
551,900 551,900 000000000000000000082dffe592a7a1fa7d9dde3df91b52714e405018236fcc 2,254 1.00/1.00 vMB 26
551,899 551,899 000000000000000000109884a5cfbd2863ceba27f255f784e7a85e50d2c28d90 2,437 1.00/1.00 vMB 20
551,898 551,898 000000000000000000287379d5d00cef557c1b4f971c249d14f6dbc02aba9be4 2,541 1.00/1.00 vMB 38
551,897 551,897 0000000000000000000acb9e7db8ab2059d29563f6c1c4a9ac03c7b4e42464f7 1,919 1.00/1.00 vMB 43
551,896 551,896 0000000000000000002960089e37b0f94ca2fae90f4f82293438fef671142856 2,711 1.00/1.00 vMB 57
551,895 551,895 00000000000000000022e18176410f8b95daa6f98cdb6b96ee9e47bf768ecda3 2,484 1.00/1.00 vMB 36
551,894 551,894 000000000000000000116d057dae09108e7c44d7f0916bd6c9a7b86b7b4808ee 2,276 1.00/1.00 vMB 23
551,893 551,893 000000000000000000126909dd45c1374bbf636f4aae2d7d148727f05e61f480 2,563 1.00/1.00 vMB 22
551,892 551,892 000000000000000000238884b7e467927eadcb05584680bbf7caf80e854b387b 2,914 1.00/1.00 vMB 31
551,891 551,891 000000000000000000159e81582f68a21b984d4d186184b2cf924d0e0669a0f1 2,420 1.00/1.00 vMB 46
551,890 551,890 00000000000000000020e09df51fa4f8b791e247e89ac59a5e44eab16108ad74 1,883 1.00/1.00 vMB 52
551,889 551,889 0000000000000000002028a027b78d8ebfb6232a3169f303bb5437f5ffdd314a 2,528 1.00/1.00 vMB 35
551,888 551,888 00000000000000000028ff5de72173458d5c9c82dbb7117377263e77b963ed3e 3,242 1.00/1.00 vMB 61
551,887 551,887 0000000000000000001aacc5cda6d3eff006056f625668ae0df6d5ed27cfdc2e 2,593 1.00/1.00 vMB 54
551,886 551,886 0000000000000000001db5362dfac951838ee06c916473c9bb47f66c650271e7 2,565 1.00/1.00 vMB 40
551,885 551,885 00000000000000000012a34a6725717438f79c4cd8df954a1c252caba210a96b 2,943 1.00/1.00 vMB 63
551,884 551,884 00000000000000000027195adb6df58cc5074c81c316259cd38a02f1ff01cccb 2,461 1.00/1.00 vMB 37
551,883 551,883 000000000000000000166f2a207d5bf57f6459d10b1fb5b712f2faf9597b1e31 1,720 1.00/1.00 vMB 30
551,882 551,882 00000000000000000013a938e380ee5341275315a3338427205c283edc7278c1 2,554 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.24 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: 655.15 GB
    • Received: 14.27 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.