Loading Tool

Explorer IconExplorer

Memory Pool

43,341 transactions
26.28 vMB
0.05515573 BTC
Random Selection Loading Transactions
Max Size: 138.34/200 MB

Candidate Block

Mining Attempt af17231700ed0cfafe9fa504600605fa4297e52d83d4934a2076dd02afff138e
Version 20000000
Previous Block 00000000000000000000d8ba2955f02eb456e7c5acbac6935bbd800431352c76
Merkle Root ddf925cb399e53832006831c28ee0e65ecb3b25a144fe750c5d50363305dd8ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,829
Size: 1.00 vMB
Total Fees: 0.00720590 BTC
Feerates: 100.28 > 0.72 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,739 (807,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
107,312 107,312 0000000000017371e0b1e14bbd77be2c7b13d2731efd6664a35bddfc400fe4c0 3 0.00/1.00 vMB 0
107,311 107,311 00000000000160b99345449424be64c0ac837b45e59e272de9442b78dd8e822b 9 0.00/1.00 vMB 0
107,310 107,310 00000000000284f7dcceaa5a04209d96b5e3ee750a17025abe8e33322f0de7c0 2 0.00/1.00 vMB 0
107,309 107,309 0000000000022b3ba2ef6ba36cbcf768152bb2c0292e55ade60b1484022e0fed 7 0.00/1.00 vMB 0
107,308 107,308 000000000000bc1c12d2b609daf8a2ddb16f03c4f655cc95d2d40d0b6f6113a6 8 0.00/1.00 vMB 0
107,307 107,307 00000000000085b32a3b5ea6834e9620d322b9de3ec984936d6c8492420b57c7 4 0.00/1.00 vMB 0
107,306 107,306 00000000000002c576c781c2e2e2be427f76b13f068b90f607515796c4178264 20 0.01/1.00 vMB 0
107,305 107,305 00000000000110e680c10cc0cdba7f5502369d968d35f9c36dcfc915553b711e 12 0.00/1.00 vMB 0
107,304 107,304 000000000001558a846efb7b358b3937a2dfdc9dcd747151a5fc942a8dd2f91e 3 0.00/1.00 vMB 0
107,303 107,303 0000000000002f2429fc3de84d9d9c2b9cfe9fce998511ee5501a0e6974d8ff7 5 0.00/1.00 vMB 0
107,302 107,302 00000000000051d33c2a590183ee7d1428ca4fe44c8f4e55c454a0f84a180de1 2 0.00/1.00 vMB 0
107,301 107,301 0000000000001d85d1726e763ce7ba8f84ee524833e5c0a5b557f3809b832730 1 0.00/1.00 vMB 0
107,300 107,300 0000000000009cccb35a15e8a0c31d64fcffa95967ad2b3c0c9d87822c5f1e3a 2 0.00/1.00 vMB 0
107,299 107,299 0000000000016e3e9ed46ada81f0443d50809bcf272172fe5c724db07f970c3f 3 0.00/1.00 vMB 0
107,298 107,298 0000000000009f398692f956e1ae65f85ed0c99624aa25bdbeda5dd8df5af073 14 0.01/1.00 vMB 0
107,297 107,297 0000000000013ae6253b622fa1dc6f9eea51d226f2b63b9df798922744e50352 12 0.00/1.00 vMB 0
107,296 107,296 0000000000008a351d37a14dfa383c5b767dbc71fba26f46ab64143a01053013 12 0.00/1.00 vMB 0
107,295 107,295 0000000000025b763563343cba4255e50b2121b9181939fd0c79e94719fd1f55 9 0.00/1.00 vMB 0
107,294 107,294 000000000002511dec905fb95ba88936d1544948fed2eb4330a57deeb6fb5b91 11 0.00/1.00 vMB 348
107,293 107,293 000000000001bfc74b5ed527d8f142de49d6527aafad173d0e51c234dbe5a8f7 5 0.00/1.00 vMB 0
107,292 107,292 000000000001a6e7f90687d189a616d03685139ddf1976f24afac71aa9b80da5 7 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.93 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: 646.28 GB
    • Received: 12.83 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.