Loading Tool

Explorer IconExplorer

Memory Pool

49,578 transactions
30.77 vMB
0.11868611 BTC
Random Selection Loading Transactions
Max Size: 164.20/200 MB

Candidate Block

Mining Attempt 73bcc297e29d7e2e80eaf05625dee98b0627fef2ec882815f38b2d4024a74984
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 80ff2c4b2c920c3b1d93f6c6548d08e82ac18b6a52345204fa9a80a9f34b5897
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,127
Size: 1.00 vMB
Total Fees: 0.04965938 BTC
Feerates: 150.97 > 4.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (674,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
239,878 239,878 0000000000000053bf8c40da867eda16c3271600526a309cb46de1b2e9bd0072 256 0.20/1.00 vMB 39
239,877 239,877 000000000000007d346af7c84396f3ea2b22c7a414af859ab6f51e25ec33dc64 195 0.08/1.00 vMB 168
239,876 239,876 0000000000000095581b204b0a21aa8080aefe9877846bd3c69a358505a34034 386 0.20/1.00 vMB 129
239,875 239,875 000000000000003f873a2d933fffb00e28c4f6ad26930f3303a3ccfa73e12a78 14 0.01/1.00 vMB 140
239,874 239,874 00000000000000ae3a70a1eeff6098c004e1a1efdc912668425a75f6d770c27b 110 0.06/1.00 vMB 105
239,873 239,873 0000000000000103ecf62fc3cc013f2670e7d221288c28bb13cc161d4be6b0f9 210 0.09/1.00 vMB 116
239,872 239,872 0000000000000005e4a7d4d4f9e0d71573d5f10fdc42892b86c8d32da124b6b0 88 0.09/1.00 vMB 110
239,871 239,871 000000000000003d4e7376dfcbc5a8dd359a6f02842ebfca9e5577eb3d11136f 575 0.25/1.00 vMB 170
239,870 239,870 00000000000000612f64ed7e445cbe7577274f6533dc64c91a1741239e5e848c 220 0.12/1.00 vMB 150
239,869 239,869 000000000000003c74ce541864b77494b2ec1c656d03249476d8ab0a905977e6 310 0.14/1.00 vMB 180
239,868 239,868 00000000000000f8b523d4f7b6e77edf12132ed9b150eb71602c18341751d97d 254 0.11/1.00 vMB 198
239,867 239,867 00000000000000eca4da329da1d2e2ddbbce35181e344ba2ca13fdc8a7d1b420 256 0.27/1.00 vMB 21
239,866 239,866 000000000000015e6587cc6e7a7586f1ba8f6abbcebe1fa40b21bbb40b082e54 187 0.07/1.00 vMB 164
239,865 239,865 000000000000004a90c52cb16c3b4600321728952b702fc227ccf890085fba4a 504 0.23/1.00 vMB 169
239,864 239,864 00000000000000141b2cd52a188a836d0cdf27c33e90c7fdaba8997d917bbe20 44 0.02/1.00 vMB 149
239,863 239,863 00000000000000059620a70b6525ff81d859dd778371fcedbd221cd2d3fc5dfd 275 0.12/1.00 vMB 210
239,862 239,862 000000000000004b6f84384fbc3d9a14cc1b0f71dd7be9ad1b2a9b832445e51b 138 0.07/1.00 vMB 218
239,861 239,861 0000000000000149e6c65e39a853599701d7902a098cda1f1268debc7a2427be 209 0.09/1.00 vMB 188
239,860 239,860 000000000000006c17b22f429d4104b4245f7ab41467690ac608995cb226c64e 44 0.02/1.00 vMB 155
239,859 239,859 00000000000000ab3a5cfd2fc84ecc34b299630e733f5772682b4a1f8da6b965 68 0.05/1.00 vMB 226
239,858 239,858 0000000000000046ecc470b0ebddfc501a37e709ef543a288dd8271a3ea7b32d 276 0.14/1.00 vMB 178
Previous 10 blocks ↓
Total Size: 782.13 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: 652.40 GB
    • Received: 13.76 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.