Loading Tool

Explorer IconExplorer

Memory Pool

87,642 transactions
23.02 vMB
0.06387433 BTC
Random Selection Loading Transactions
Max Size: 156.58/200 MB

Candidate Block

Mining Attempt 33fd06dff750574ed3364df8e454ce78bc26b1d32f0ca780e0724db66c61e5ff
Version 20000000
Previous Block 0000000000000000000092442f5ead3aff5dbf5879d2fe24ee4c29b666294cef
Merkle Root 8d25231b50ea1478d2a1392f1fa5682b1b77d42c1724cf81ba3e0c1d65519483
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,923
Size: 1.00 vMB
Total Fees: 0.01244420 BTC
Feerates: 73.20 > 1.25 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,866 (827,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
87,869 87,869 00000000001cbae561c7e1bf4f19e970e0da56a446b9e7095c74eba8a7ef38c8 4 0.00/1.00 vMB 0
87,868 87,868 000000000011b1774a4356ff4e236ce5887d11f6b2734d6c2f9d952c8dd2cd6b 2 0.00/1.00 vMB 0
87,867 87,867 0000000000067973382a69ffd3bd846d4e7376ef08ad5ad08a5fb341c9d2495e 1 0.00/1.00 vMB 0
87,866 87,866 00000000001c3db3b586cd271b31ae5799e50dca9db890e8aab58e2c6c74eb79 2 0.00/1.00 vMB 0
87,865 87,865 000000000014b473882d4a11e54e39704987312bb65087a28755336b949f437d 1 0.00/1.00 vMB 0
87,864 87,864 00000000000d84e2c7513ee3b144b90c2adc2812bf147560cdf7ef43658a5faf 5 0.00/1.00 vMB 0
87,863 87,863 000000000004998c88b59d0a6be22a29dc3267ac00292884bdfa8a376d759f36 1 0.00/1.00 vMB 0
87,862 87,862 00000000000b90d0a42b750f7d93cc5f758b12f02fd2d310bb1d6c428d79f32f 1 0.00/1.00 vMB 0
87,861 87,861 000000000009c810ba90a0f814dea8342051c34237e29a1c5effa80123fae287 4 0.00/1.00 vMB 0
87,860 87,860 00000000001593a6f34f1514a4ea1088681b890ee82ec1dbb93f0d28d99429c7 1 0.00/1.00 vMB 0
87,859 87,859 0000000000031b70df2b2c93415d602ed0613265448f7c6060e4346fd66c07c2 4 0.00/1.00 vMB 0
87,858 87,858 000000000012eb6c266ca19e471ecfb8df2aa5c3811dcb03557c69ac1b9f2b17 1 0.00/1.00 vMB 0
87,857 87,857 00000000001a2abcccd36cc963f6cdf95397c1a0947ea19a33f321203ebda0a5 3 0.00/1.00 vMB 0
87,856 87,856 0000000000148bd6071d75200b2eeb55a79f896719e7a9dbe96cdab81fc5b3f6 1 0.00/1.00 vMB 0
87,855 87,855 00000000000856692c56e620215464b4816b2bc6948e369fcf57e170ab70776d 1 0.00/1.00 vMB 0
87,854 87,854 00000000000f2ba19fbb9bdaa4fc1ae329c4098881093c814078bcbf914dc78a 1 0.00/1.00 vMB 0
87,853 87,853 00000000001984e42e0263d9c435f70c47819d1d8d9a5d7c49ed9b30c22826a5 8 0.01/1.00 vMB 0
87,852 87,852 00000000001d56b1068b5b546da0111092a8d457d9d364e1b4f56a34caf571e5 1 0.00/1.00 vMB 0
87,851 87,851 000000000003acf9079e127d33eb0b68a442abca71b28b49eb523e60ab6d406d 12 0.00/1.00 vMB 0
87,850 87,850 0000000000099a724e24e4a7b31ef5ab50891b287b2d57bcd0d49247f46bb1b3 1 0.00/1.00 vMB 0
87,849 87,849 000000000014c30abfcfad99600758611cf7c4444213c15cffc4fabb614cd69b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.87 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: 794.91 GB
    • Received: 22.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.