Loading Tool

Explorer IconExplorer

Memory Pool

44,741 transactions
27.32 vMB
0.10217151 BTC
Random Selection Loading Transactions
Max Size: 143.23/200 MB

Candidate Block

Mining Attempt 73b77d2905a7367e6db511d8ff5f84470be2b2d1f649f2cbcb0848d25f220f2e
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 7457cc49255778ab00a4bb283ba6e3e02bf916f78d820949ac9bdfa12feb36c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,608
Size: 1.00 vMB
Total Fees: 0.04612420 BTC
Feerates: 151.16 > 4.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (848,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
65,980 65,980 00000000050c2b8fe9827cded539a484b67742f6eb6991c7a1715120ea680fd2 3 0.00/1.00 vMB 0
65,979 65,979 000000000abed2cdae6f2a124b095a4ddc0bd65ad6265fc971ebeb90e0bcaac8 11 0.00/1.00 vMB 0
65,978 65,978 0000000000e33854edb387b513a7cf2ef510ad3e716e6eecee604e442ae5dd4c 6 0.00/1.00 vMB 0
65,977 65,977 00000000008ee92f537769ab770fc349745c2dab1046f40065ee592eca44c8c5 2 0.00/1.00 vMB 0
65,976 65,976 0000000000cb5e4792fdd18b17795e0f03d402da1fb7c541c08618d84e3c1cc7 3 0.00/1.00 vMB 0
65,975 65,975 0000000000b47aaa84141c2f6e8e73b4c232e2b1d177aeffd01660bcd055f178 1 0.00/1.00 vMB 0
65,974 65,974 0000000007f6fd46fbbdd596855dba4c379f36f2b1f0a1a690a35663120d69d7 2 0.00/1.00 vMB 0
65,973 65,973 000000000a9ab8e5922074e84165abfc45e7d9143c09e708859ad4b4c6de7de0 3 0.00/1.00 vMB 0
65,972 65,972 0000000002c1f12cda935e4d0231976550a4479fc35e719632bf9abef1c71dde 1 0.00/1.00 vMB 0
65,971 65,971 000000000044370410c1d3afba3ee1c83227c9c607020defc57355bb871555ed 1 0.00/1.00 vMB 0
65,970 65,970 000000000055ff4955099163adcd595e74ef2780138f2db8eae3ad3b59d61eae 2 0.00/1.00 vMB 0
65,969 65,969 00000000049bc6f268f113ef233ca3725aa8c3c165e6aee7717db1ca1ccd7242 5 0.00/1.00 vMB 0
65,968 65,968 00000000020bcee8401278d334c4b7ddf691952554e52cee1117860cf78ce030 1 0.00/1.00 vMB 0
65,967 65,967 00000000030a29abc0cc94637890ef94698a6aab523712be577f514cc051327b 7 0.00/1.00 vMB 0
65,966 65,966 000000000a78a5e9bedfd79a66b986006c07e357a644e8af7e846177d8f2d057 2 0.00/1.00 vMB 0
65,965 65,965 00000000084c45bd579acabbe3d8d5417e780d72e8245f5ea781b701d9838526 3 0.00/1.00 vMB 0
65,964 65,964 0000000004351c785186fd4ebed652e78abb4dfe919e4bd8a417b13286c9c566 2 0.00/1.00 vMB 0
65,963 65,963 0000000000284ee8276463c50399bad138ebdada336d1e244edd0cb15b27e9e2 2 0.00/1.00 vMB 0
65,962 65,962 0000000005ec4f143d735428556d9a4c0ddb1cc3b6b1c0afaeb8b054777ba41f 4 0.00/1.00 vMB 0
65,961 65,961 000000000a723b228c4303e1c6d2065579af48655fd988eb44e6e8794add6eab 1 0.00/1.00 vMB 0
65,960 65,960 0000000006e34a7f5072c596c31dd4cebc30cfb56bed78afd295276140c22444 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.