Loading Tool

Explorer IconExplorer

Memory Pool

79,928 transactions
29.73 vMB
0.09107262 BTC
Random Selection Loading Transactions
Max Size: 179.57/200 MB

Candidate Block

Mining Attempt 154fb94c4658a89bbe7fc0e63448e3af2e07fa6f1f51940595e351314ebcc86c
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root e68dd5d80ea5714e946fb08cd311291cea93a8abea410cc5325d163957f3752a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,860
Size: 1.00 vMB
Total Fees: 0.02708900 BTC
Feerates: 100.11 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (257,386 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
657,711 657,711 000000000000000000026972eb816eb6db8d6b70a7df51cb36923d30289c6790 2,464 1.00/1.00 vMB 83
657,710 657,710 00000000000000000001ab29f165d76656311108edabce915f4375b14a6ef9aa 2,375 1.00/1.00 vMB 90
657,709 657,709 00000000000000000006af28f8ca9c22c1bdaf6751775a878783159330ea1579 2,727 1.00/1.00 vMB 87
657,708 657,708 0000000000000000000f55268a2feea0157eb58b08eca1e2ac4975cdd2c47523 2,785 1.00/1.00 vMB 107
657,707 657,707 0000000000000000000ad8900867f5634c69ade2d0b7ff0c6aa8b85bc3f3735e 3,140 1.00/1.00 vMB 57
657,706 657,706 00000000000000000008d9b06128ef20108252ec11fbcaabc0010dd92dd94b6b 3,004 1.00/1.00 vMB 83
657,705 657,705 0000000000000000000eb9bc39795ceebf4416cbe6281a136c518d6be059b8b8 2,493 1.00/1.00 vMB 90
657,704 657,704 0000000000000000000fdb72c5ea0ed6154157cdddc1c1a41e23fee7ace27381 2,143 1.00/1.00 vMB 93
657,703 657,703 0000000000000000000455a29df6fa64d609cb408c2217dbde5ab1b96909ed14 2,417 1.00/1.00 vMB 123
657,702 657,702 0000000000000000000d63080b91f076eca7fce22bac7009e37d7a39105dc0bc 2,620 1.00/1.00 vMB 115
657,701 657,701 00000000000000000002edda3a7b4e9ba419d9fbaf6b53cbf247c0654fe19d3f 2,227 1.00/1.00 vMB 98
657,700 657,700 000000000000000000033814f3b206edf27b5d87ea3e5bd8115b18a64f1e3aa2 2,300 1.00/1.00 vMB 54
657,699 657,699 00000000000000000002872fb3ee28456eeade239646dcf61adb8ee03ed7d056 2,439 1.00/1.00 vMB 43
657,698 657,698 0000000000000000000268974807d9bce9796c77dc7f5d8fa390e4320c7a000f 2,598 1.00/1.00 vMB 59
657,697 657,697 0000000000000000000a0ff4b801896844457b2f7489f60569260a2c07d5d641 1,690 1.00/1.00 vMB 50
657,696 657,696 0000000000000000000951529c726d812f3a67138c068d755fc5f8d9de3a3b53 2,625 1.00/1.00 vMB 84
657,695 657,695 0000000000000000000a94f91d060e5321c15610b197516c27cf9635bf51f310 2,593 1.00/1.00 vMB 97
657,694 657,694 000000000000000000079a8df9f69a036fb3061ec4fa050c573970452c096eaa 2,450 1.00/1.00 vMB 54
657,693 657,693 0000000000000000000c9b71ebbd39b50372295c14e5780c8226ae13591f362e 2,605 1.00/1.00 vMB 73
657,692 657,692 0000000000000000000ea963a3e9ff569d0d6d750685edc6919cdf761c034bc5 2,209 1.00/1.00 vMB 88
657,691 657,691 000000000000000000076aa0c107f7a336b53ab3558b967e6af5ea86a1c57725 1,844 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.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.