Loading Tool

Explorer IconExplorer

Memory Pool

69,129 transactions
21.36 vMB
0.07475038 BTC
Random Selection Loading Transactions
Max Size: 136.40/200 MB

Candidate Block

Mining Attempt 781019875465cb78a331e8221796e106a98627c6c501d2bce3fe384710358d46
Version 20000000
Previous Block 00000000000000000001022dcee2ce082beec0c3016da867bd81f9881e0507c4
Merkle Root e4c4712087750e3401bf0c1e3fd83e5524d6fd59a05a1c29f7f6a3ca08a3e999
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,930
Size: 1.00 vMB
Total Fees: 0.02379807 BTC
Feerates: 302.03 > 2.38 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,762 (904,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
10,873 10,873 000000006d46b0421148b63c1aa91a0d3d2a819475f786deb70f1981c660e885 1 0.00/1.00 vMB 0
10,872 10,872 00000000b86d7b7b7a00cfe96158a35099e4238b0c27a26cf3541481da355f63 1 0.00/1.00 vMB 0
10,871 10,871 00000000073ea0a58d199720cc4265ec7eee14943be230bb64b2bd83a9e45db4 1 0.00/1.00 vMB 0
10,870 10,870 00000000d2cc11a6c798884880782be43223398f0128d73bff3f40d4a365e24b 1 0.00/1.00 vMB 0
10,869 10,869 00000000cdca697751f13c811f01bfcaf9b73c27794cdd954bf1b9f800f6c757 1 0.00/1.00 vMB 0
10,868 10,868 00000000640309b33feed9492f32f7d35f0a7bcf478cea06a6d5431409518c25 1 0.00/1.00 vMB 0
10,867 10,867 0000000099c5dec85ba5071c37dacd3ef63bd4b674fee4cbf4f702d05c6b8133 1 0.00/1.00 vMB 0
10,866 10,866 0000000046af38a25079b48f409862f78229f77d2cdae3fbb4ace3c3d4447c5a 1 0.00/1.00 vMB 0
10,865 10,865 00000000f464cee589485295f109b88597c8475193bd48f765a37b7677739d41 1 0.00/1.00 vMB 0
10,864 10,864 00000000c44f73be23e79a6040a695b0879f9760a06d1d2ac8708028175991e5 1 0.00/1.00 vMB 0
10,863 10,863 00000000c314ae1d52abb6bf177a96a5a00992f5475b4952d6531b95ff66e4f4 1 0.00/1.00 vMB 0
10,862 10,862 0000000057fd7d115d555f0e0081bb9eb6838a95573a7b3377f1eeba1116fdf1 1 0.00/1.00 vMB 0
10,861 10,861 000000003c78c9c2c09b4e2f389299ba70486961d22b3d6b196180448769e703 1 0.00/1.00 vMB 0
10,860 10,860 00000000b5fb1f6774eab6e6421f1d2792d948c4cad8e2c7eed4638ee8b5b0ba 1 0.00/1.00 vMB 0
10,859 10,859 0000000091b2223c86d065587048ea673d7f7df295ea36d0052e02fcaf2d45a5 1 0.00/1.00 vMB 0
10,858 10,858 000000006d0eae3a6dd66f3dc8a03ecc89ffcf53f90fcda67597b40fea74f61c 1 0.00/1.00 vMB 0
10,857 10,857 00000000967d1399f3ba107875054216b0c00bfbac139629911658f4f366d645 1 0.00/1.00 vMB 0
10,856 10,856 00000000f93007c183383852bc6779817866cdd085bbfba065c5091a76939722 1 0.00/1.00 vMB 0
10,855 10,855 000000003ba8732cf0fe9060f66a6c6f167d8e5919eb58f6a0db5bd9323dc3db 1 0.00/1.00 vMB 0
10,854 10,854 0000000000bb9cdd5874295154cd7f4703ea05413b7499847df33b1911e5a58e 1 0.00/1.00 vMB 0
10,853 10,853 000000001ef6b3e5b700f8dc843ba7379877f34d42d2cc3c31ccc0db7b17ff6d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.70 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: 778.24 GB
    • Received: 21.30 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.