Loading Tool

Explorer IconExplorer

Memory Pool

75,150 transactions
27.77 vMB
0.08108182 BTC
Random Selection Loading Transactions
Max Size: 169.33/200 MB

Candidate Block

Mining Attempt 3ea4532fd9a89acb9a741ee61cc61aaf95c8fb6a6e7bb2ca5a94c08045d7c3bb
Version 20000000
Previous Block 00000000000000000000e688f97ccb81e4d6cc7bbc0a5091e24a52bc286c17c9
Merkle Root aa08ad9797f8e0121f66e2dca413723d89f83feeb44b9c02f96fff0573518cba
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,009
Size: 1.00 vMB
Total Fees: 0.02168681 BTC
Feerates: 555.06 > 2.17 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,282 (227,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
687,569 687,569 00000000000000000001f49bdd88f8a6409644f14d0356d317307130dadb3104 1,177 1.00/1.00 vMB 31
687,568 687,568 0000000000000000000618168a95acb99e3ce92205477c1ad4f1b7d9974e0015 2,353 1.00/1.00 vMB 39
687,567 687,567 00000000000000000008dff86a297df0932746905e5b43aa6262d6ca0d9368eb 2,101 1.00/1.00 vMB 42
687,566 687,566 00000000000000000007eac8d7c5786fb6ba2bcf09d67aaa45bc5a93a136350a 2,509 1.00/1.00 vMB 44
687,565 687,565 0000000000000000000963b96fef0ccabd41a8b2220070d72c7ecab06f83ea65 2,543 1.00/1.00 vMB 36
687,564 687,564 000000000000000000084abfe3c1df95d77f17703ac735694ba6bf6dcc527c1a 2,514 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.88 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: 713.26 GB
    • Received: 17.34 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.