Loading Tool

Explorer IconExplorer

Memory Pool

28,034 transactions
14.34 vMB
0.06622912 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 78.31/200 MB

Candidate Block

Mining Attempt 854989f5038f42a2610093f24295af5fbceb047470acce77481722a583c364de
Version 20000000
Previous Block 0000000000000000000192f7f7f29540150f204e06421cc00ad7343613157401
Merkle Root facbf25dd6aec83c9550052348c82f9296fec55048f83196931ea19487a469be
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,393
Size: 1.00 vMB
Total Fees: 0.03129281 BTC
Median Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,250 (690,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
222,911 222,911 00000000000004164ddfdcd7fe2bc7ee9b77bd5b063bb5f1b56ef66aab46851f 11 0.00 vMB 0
222,910 222,910 0000000000000416c67f4eb243d03764fe10fcb9d094755b650f07535e513eda 9 0.00 vMB 199
222,909 222,909 00000000000002c81abe6164729828c77b74f3c01099dd96f81998640ad8d2cf 65 0.04 vMB 144
222,908 222,908 000000000000012d6991459ce8954f7aa8a7a068c3434ab7ee24625b79705415 123 0.04 vMB 189
222,907 222,907 000000000000023196b5bf900e150ac8bba0b24e75352f0ad3417acc6e271179 679 0.25 vMB 204
222,906 222,906 00000000000003ac231a45f48577f325d28ae5a00cb3abca421d4cf85448fe9c 319 0.15 vMB 166
222,905 222,905 000000000000031528064ad677ead384da6bf1004c6ae3372943c786d0e73440 434 0.28 vMB 150
222,904 222,904 000000000000032ccc17b243409f2860cdfd5eda1f71d31eff7903150f7f132a 741 0.25 vMB 216
222,903 222,903 00000000000002ff731894dc57e1810ac692a01cdfb49145a48fe6a3973e4f28 290 0.16 vMB 141
222,902 222,902 0000000000000404cf4773d2e92e5d11b0e37493b916ce8f8f8b4d59d4ee98ef 635 0.25 vMB 195
222,901 222,901 0000000000000096bef146eca64576f939c6cffcc251b413157612047eece179 650 0.25 vMB 196
222,900 222,900 000000000000021309a98b8827a82277f659ceed6ae57f51b06ecba81585a291 347 0.25 vMB 118
222,899 222,899 00000000000003b42daab56497f903f142ff35feed8f95f5c2c34bfbbb73681b 749 0.25 vMB 220
222,898 222,898 0000000000000356ebd82d90229e5cc05a30283dca121588cef42642b438b3b4 596 0.32 vMB 153
222,897 222,897 0000000000000490e0222528d785f4be9226370140107217848936b5edcbdc21 288 0.21 vMB 96
222,896 222,896 000000000000029c87608eecf8aa32157dd99cb26e68187715f008b0ae8ff458 644 0.25 vMB 201
222,895 222,895 00000000000002ab8e624e0783452bc09138685524ba41b58d63ddb9cb16a97b 891 0.25 vMB 307
222,894 222,894 00000000000002c4ed84d3ee8084415aa191e2fdf1c986e0e088d67064ff692b 771 0.25 vMB 193
222,893 222,893 00000000000004784a0d0c80eee8bb6b0f7aca6dc5c729efd8b368c74ffa0399 261 0.27 vMB 99
222,892 222,892 00000000000003366dca7b77a3b841930c1683b39938f597a206101e0bcbfbea 578 0.25 vMB 168
222,891 222,891 00000000000001a9f92d53e85da161ac4cb8b87103d2584c55aca7b97772d90a 784 0.25 vMB 240
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 22
    • Outgoing: 10
  • Data Transfer:
    • Sent: 0.01 GB
    • Received: 0.00 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.