Loading Tool

Explorer IconExplorer

Memory Pool

35,808 transactions
26.00 vMB
0.06635086 BTC
Random Selection Loading Transactions
Max Size: 132.48/200 MB

Candidate Block

Mining Attempt a351f30864aaad5f4544124b97a18673b68ef340465d0f34917f4467b9634a56
Version 20000000
Previous Block 00000000000000000001a0662e4a8a23c83196f4d11e885bf848e7d6708c875e
Merkle Root 13b64c0a61105acb5fbb4970f3b596bb0f56ba49f52da515ae5f640fcee0006b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,759
Size: 1.00 vMB
Total Fees: 0.01858031 BTC
Feerates: 120.00 > 1.86 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,692 (71,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
843,226 843,226 00000000000000000000e11a7ba9cac64e6d156e8bbfafbfe804fa3d353f48b4 2,553 1.00/1.00 vMB 19
843,225 843,225 0000000000000000000136287695a5d7801c9ec86cf470706822fc3eabdc3e9f 5,592 1.00/1.00 vMB 14
843,224 843,224 000000000000000000035f2f7bc34f9089365b143aab66a85324543f19edcbe3 2,573 1.00/1.00 vMB 22
843,223 843,223 00000000000000000000461b54349d4be18110a210f46a22d2325ee40c316c99 265 1.00/1.00 vMB 11
843,222 843,222 000000000000000000022b0799517530cc7bc6ef4f6e0b03b3bafdbe49d5f4f6 4,439 1.00/1.00 vMB 11
843,221 843,221 000000000000000000021aff007a02e77e8bc210be9e035b4aaab1db798b2f0a 7,431 1.00/1.00 vMB 12
843,220 843,220 0000000000000000000181a3c1f90789053dbe52721707dce4be24f64442b9e3 4,908 1.00/1.00 vMB 14
843,219 843,219 00000000000000000001a6119a62ec43b3080cc428c5055a2f56c19d9b5bd2e1 3,674 1.00/1.00 vMB 18
843,218 843,218 000000000000000000023edd1168f0707a5c07370ecde22cd025bcd7be8d2050 4,368 1.00/1.00 vMB 15
843,217 843,217 00000000000000000002351b96791a5ab3982817573bc0739edd85de34e577d6 4,463 1.00/1.00 vMB 12
843,216 843,216 000000000000000000020435507b855669e5ac923651fd72ac4829abb6b862ff 6,407 1.00/1.00 vMB 13
843,215 843,215 00000000000000000001e014dbf00c5338d73c573212f43b99c93619a735be66 4,922 1.00/1.00 vMB 12
843,214 843,214 000000000000000000031c8421534d9db47e918d93abc9743e7ed05f9c9076e9 4,644 1.00/1.00 vMB 14
843,213 843,213 00000000000000000000cd334af8200211b0077589cbbd818653543d7681e0b0 4,149 1.00/1.00 vMB 16
843,212 843,212 0000000000000000000197abe2f876d2424161c7ff5e918842c1c4e7815e14f6 7,138 1.00/1.00 vMB 12
843,211 843,211 000000000000000000035d21bd3259fbba9d53fbd8ac05951bc3ba9f21bdb5a7 5,701 1.00/1.00 vMB 13
843,210 843,210 000000000000000000028a3ff81a477a3f2e3ab407aa52af6b4a1e7cebdef577 3,690 1.00/1.00 vMB 21
843,209 843,209 00000000000000000000468ee8ec364f5153c45f5b14d7135a7ea2114b9e50c1 4,978 1.00/1.00 vMB 15
843,208 843,208 000000000000000000014c1131e1e161e4656f209476257da7cad704303a3a1c 6,693 1.00/1.00 vMB 13
843,207 843,207 0000000000000000000292cd222cd1f22e2e15da6a1c1e93900f0a5eeead49ef 4,889 1.00/1.00 vMB 15
843,206 843,206 0000000000000000000053c6bee468f04c7954a683944d59cb3ce57b47677322 5,046 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.84 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: 638.04 GB
    • Received: 12.46 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.