Loading Tool

Explorer IconExplorer

Memory Pool

80,329 transactions
30.05 vMB
0.11896008 BTC
Random Selection Loading Transactions
Max Size: 180.27/200 MB

Candidate Block

Mining Attempt 0b41f4531135c72079a20f5ef628c73262e6a73accd1fa61f5dacc524a784819
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 8e74e110170cfc20caf7f4b7ef18eddeca67a447916d68b99ae44aeebafabbcc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,787
Size: 1.00 vMB
Total Fees: 0.05751890 BTC
Feerates: 180.34 > 5.76 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (61,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
853,920 853,920 00000000000000000000e1e7b0eafdf5f8f4171ceebe037e0caeb3bd4a5cc133 5,518 1.00/1.00 vMB 5
853,919 853,919 000000000000000000032001c6e9e5dc161c020805ea7a319bfac1fd60d0099f 1 0.00/1.00 vMB 0
853,918 853,918 00000000000000000001d02b73ed0481f64ffb26ed173c50f4c8596a76bd8d87 7,681 1.00/1.00 vMB 3
853,917 853,917 0000000000000000000348a556fc1c35c0c56859a0b87bfc4e28b6af5573961e 5,116 1.00/1.00 vMB 4
853,916 853,916 000000000000000000016efde419308f44ccd698d6a52f0a9400a1d7e2c40c10 3,253 1.00/1.00 vMB 9
853,915 853,915 0000000000000000000187d2583fcf3ab2f9a956c59ace6a103c59eb4e7c5779 6,620 1.00/1.00 vMB 4
853,914 853,914 0000000000000000000135f0f26f7800606305cb3b3c8356f321fb6f727fef54 5,014 1.00/1.00 vMB 6
853,913 853,913 0000000000000000000284a3bfe9e4b9d621ff75d0d5935530c9e17244135dd3 3,380 1.00/1.00 vMB 6
853,912 853,912 00000000000000000001cb85f7a6aad0b971ee03ebba6227ff5717d7879dab83 3,484 1.00/1.00 vMB 11
853,911 853,911 00000000000000000002754ed36e18f2f148e822024c5d39bb88d0217f79acbc 2,754 1.00/1.00 vMB 10
853,910 853,910 000000000000000000010d4ac342d1753a2fe00f3c3205c692256891fdc89bdc 5,897 1.00/1.00 vMB 5
853,909 853,909 0000000000000000000312c0382626c63cc799f05594714834b402a7f13775f0 5,711 1.00/1.00 vMB 4
853,908 853,908 000000000000000000002dee1d64fab1c8a6738a4f8ef9a9395a31261ae6745a 3,274 1.00/1.00 vMB 12
853,907 853,907 0000000000000000000252080da065de4868919b3e785508b0bdfeed3f208215 5,201 1.00/1.00 vMB 6
853,906 853,906 00000000000000000003246b24b3879f3a650af7c45c54603b1e0c13876659a7 3,345 1.00/1.00 vMB 7
853,905 853,905 00000000000000000001034afa72dd3aa34e656122aa1e8e04e638c824dff3b1 2,977 1.00/1.00 vMB 7
853,904 853,904 000000000000000000004c9d5d1ed44cb694264f49fb91025c42a4c6dfdbae8b 3,625 1.00/1.00 vMB 6
853,903 853,903 00000000000000000000d559c7bc94a42adc9366ca8ef9b0e7188e921893507c 2,955 1.00/1.00 vMB 6
853,902 853,902 0000000000000000000177bde0f178a00a1216f0e367ed2c55c4d84fd93c5898 3,704 1.00/1.00 vMB 11
853,901 853,901 000000000000000000018ba1336c37cd4bdb833eb32197d3ba18626ad2abfee1 3,016 1.00/1.00 vMB 18
853,900 853,900 000000000000000000031f273e827d06ca41762c82825f67233ca72bed3843e8 4,020 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.38 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: 664.48 GB
    • Received: 14.99 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.