Loading Tool

Explorer IconExplorer

Memory Pool

82,275 transactions
31.22 vMB
0.08722210 BTC
Random Selection Loading Transactions
Max Size: 189.82/200 MB

Candidate Block

Mining Attempt dc51f264e5eeb0329cd89e0230be497cbc67aa8d742e9806b25f4b4ab8e3af29
Version 20000000
Previous Block 0000000000000000000037d82ec9e246b9e0bee75fb1bfb30aedb46f9d11ae3c
Merkle Root 66d48d82829e5f44d54773849efde063df374f3c40004d40cac16dd4b65b8692
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,446
Size: 1.00 vMB
Total Fees: 0.01676376 BTC
Feerates: 480.19 > 1.68 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,232 (227,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
687,590 687,590 00000000000000000002d37b22c5743681acf47d60912a7c8a92b7af238f9f44 2,483 1.00/1.00 vMB 38
687,589 687,589 0000000000000000000d2b2930bcb51f314a9dc493fefd366d961b92b3b69bb2 2,768 1.00/1.00 vMB 50
687,588 687,588 0000000000000000000b0f753010a010febaac3f4e88ce7041daf7125b3f917a 2,978 1.00/1.00 vMB 37
687,587 687,587 00000000000000000006633800f896775fbc354170879373fccbb02f438baaf2 2,829 1.00/1.00 vMB 47
687,586 687,586 00000000000000000002fe4fb641473e32a797098873793e92968106360dbb2a 3,051 1.00/1.00 vMB 26
687,585 687,585 0000000000000000000807db9f492a7d9ca327c34c46da74f7afb52cdd3becad 3,964 1.00/1.00 vMB 32
687,584 687,584 0000000000000000000279b80c3fb2e9f3d598da26b46da671db79563bdc3332 3,305 1.00/1.00 vMB 32
687,583 687,583 0000000000000000000d364e9ec4c475583913eed1a5738c027472e8d5464b61 2,885 1.00/1.00 vMB 58
687,582 687,582 000000000000000000046fe2bf30b087e8457cb600be4271b02bf6d484f436cd 1,794 1.00/1.00 vMB 33
687,581 687,581 0000000000000000000a1481a7e359e92cf2e8ecb97a8e5e99b30c3cba9daf4e 1,361 1.00/1.00 vMB 38
687,580 687,580 000000000000000000099183c264812d0379854277dbc6ebb84eeede1586cafa 1,604 1.00/1.00 vMB 44
687,579 687,579 0000000000000000000972debe39d34945982380f2c002fb1e3c81b810509cd9 1,175 1.00/1.00 vMB 41
687,578 687,578 00000000000000000009bee36c2b67171062d75e1c6ebfb76a68466b0f4734c1 3,148 1.00/1.00 vMB 40
687,577 687,577 00000000000000000005fed7a2deb1c6260bcdef472bdb10fa9329f442c1bbb6 2,393 1.00/1.00 vMB 45
687,576 687,576 0000000000000000000266dec9e6446170f93b112c84e5168ff6d0b9c0549520 3,389 1.00/1.00 vMB 38
687,575 687,575 0000000000000000000047f6fcb7de57d0e407c1d13f58ece639620a6ed61e17 2,306 1.00/1.00 vMB 42
687,574 687,574 0000000000000000000453cfa1680ff347438c3f2f5794ad2cab0b1a1d7a10a4 2,342 1.00/1.00 vMB 53
687,573 687,573 00000000000000000008eea14a7a45244256afacf5b57beab6f7396d88b54c21 3,030 1.00/1.00 vMB 50
687,572 687,572 0000000000000000000b3246197b8eaaa94ed32a657fbfb2c0738b8947ecab54 2,954 1.00/1.00 vMB 49
687,571 687,571 00000000000000000005faece74acb27159b7c3804234cf10dd76f10124938ee 2,792 1.00/1.00 vMB 94
687,570 687,570 00000000000000000008b1593f01fa22d314cb400919eeb9465bc642975da6b5 2,874 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.79 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: 709.83 GB
    • Received: 17.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.