Loading Tool

Explorer IconExplorer

Memory Pool

74,808 transactions
30.69 vMB
0.09059766 BTC
Random Selection Loading Transactions
Max Size: 180.15/200 MB

Candidate Block

Mining Attempt be38afd96684011627b31a606a3f3afb22604169e08c6fda773b572e19aa1b9d
Version 20000000
Previous Block 00000000000000000001b6bcfed7daef6070e84e65a71f9eb69c8b48ca4d4960
Merkle Root 2f3eb06c9c5c08f17b2a339ac977290245216f71da1793a7f55fdc6c0c9255c9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 564
Size: 1.00 vMB
Total Fees: 0.01345438 BTC
Feerates: 150.93 > 1.35 > 1.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,425 (484,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
430,908 430,908 0000000000000000024209580a687203e248b1437198cffd33cfdbaafc927c93 513 0.22/1.00 vMB 61
430,907 430,907 0000000000000000046d709caaa1e780bef04f5bea324cee4f7cbf4d2c9d250a 369 0.21/1.00 vMB 49
430,906 430,906 000000000000000004565f23cf25e505d8cce9e0cc62eb66be31f87798915b72 880 0.36/1.00 vMB 64
430,905 430,905 00000000000000000196d20dd89aece616fbf4ee5b2c7b84cc65c29e9103ae12 1,624 1.00/1.00 vMB 44
430,904 430,904 00000000000000000033598e49ef5cf95bba1ac76e9b8426258e94a59b4cf84c 494 0.18/1.00 vMB 67
430,903 430,903 0000000000000000022a9c76022775b2f7f98200e7c8ddfd3e6d2ecbad298ef8 1,583 0.69/1.00 vMB 52
430,902 430,902 000000000000000004d016de704c0b2915e461b3f1030364b773ebc3f9c8d049 895 1.00/1.00 vMB 36
430,901 430,901 0000000000000000014a42c3325d4b360a239711cba7f1cc61a2bb10cce99eb2 1,496 0.62/1.00 vMB 63
430,900 430,900 0000000000000000032f1f1b2e3f8b8a0cbbc1d4eb96f7740f30571ec1336a02 800 0.29/1.00 vMB 63
430,899 430,899 000000000000000000d37564261dee82b918361cedc8f7014328a33a956c1ed6 418 0.16/1.00 vMB 67
430,898 430,898 000000000000000003c564efaeaaa1e6e721cc7da24c5c3942e60c25aa37670f 1,500 0.59/1.00 vMB 61
430,897 430,897 0000000000000000008c7cc6aceb27c3f2ba88fdb4cd234bc62f929480c365bf 349 1.00/1.00 vMB 9
430,896 430,896 00000000000000000041c3849ca633a16596f59e86f3ba3d51093f7b48b209e1 995 0.42/1.00 vMB 55
430,895 430,895 00000000000000000325ec91334079bebaeb29e377ae714b68674b011092e547 585 0.24/1.00 vMB 61
430,894 430,894 0000000000000000011fbe9e37793ab9f7b2b6d67d3700abc3335f6055fb63ab 1,154 0.99/1.00 vMB 30
430,893 430,893 0000000000000000042839baa919072776383e11ba3ae900564f480c4bea8145 488 0.21/1.00 vMB 56
430,892 430,892 0000000000000000002c1d1d4f7c96e847603c16ba64aadd450ecbe53b8c8e74 1,319 0.62/1.00 vMB 61
430,891 430,891 000000000000000003745843cb71754ca0eb42d86944cd3403fd3a2a371c2eec 1,817 1.00/1.00 vMB 43
430,890 430,890 00000000000000000140a37b8ecd31adf04f0b1774a08df5a29f10077ac6aa90 784 0.34/1.00 vMB 58
430,889 430,889 00000000000000000128ee8532b6544f4e7e657e0ab3d065f70ecc96e0ac79d1 636 0.25/1.00 vMB 61
430,888 430,888 00000000000000000341695488b5c65bb4b7557c1a7aca981d6dea1794eacc2f 1,521 0.98/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 783.12 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: 739.01 GB
    • Received: 18.61 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.