Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,773 transactions (0.54 vMB)

Priority:

  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,148 000000000000000000022cb30000000000000000000000000000000000000000 0.53 vMB 1,759 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,147 (878,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,717 31,717 000000001369412e24b1671aba517ea0e93111697290daec9dbeb59f357b00e0 0.00 MB 1 0
31,716 31,716 00000000ce5f7627076412a4704f5ab344a8eb12cdd9b122932ec30e55796f58 0.00 MB 1 0
31,715 31,715 000000001c77ba9e0c464ae05092827ccf0d97a8242527c6fe4b011e5f20efe9 0.00 MB 1 0
31,714 31,714 00000000503b2b28a20f8a5076ed334ec3a945a84d6d3f8b3e850cfc31eaf95b 0.00 MB 1 0
31,713 31,713 00000000519368f9430375c451b9c8ed7e5a8c1048c9d42b96ce74cb99273d48 0.00 MB 1 0
31,712 31,712 00000000f04cd3d1075087090030bcfc4e635e4bc5f33e911765639f2f780493 0.00 MB 1 0
31,711 31,711 00000000ae10049a047ef016c7041a8c1016a62e89c062cf6ca1faace8e74487 0.00 MB 1 0
31,710 31,710 00000000b784a9535372139aaa2617cbaf4c1e848e143aa97f0099a46295e0fb 0.00 MB 1 0
31,709 31,709 000000006eca8408455a5962937269173cfc862aa671cc81d26bf48c53301449 0.00 MB 1 0
31,708 31,708 00000000e760f1f110fc378d2c38535b6700bf0cc3db0ec4fa71f6a791e44fe6 0.00 MB 1 0
31,707 31,707 00000000f408c5b0362fc6da1b8f0b73e71c1f20da3cdf24c876196a56ca086f 0.00 MB 1 0
31,706 31,706 000000008c6fa0df8614ea98bbc5127174c73d6a04798839c8a9cfd914b400c5 0.00 MB 1 0
31,705 31,705 000000004954771158b91041b9873ecde236646c308b4153933fb8df49b4dae2 0.00 MB 1 0
31,704 31,704 000000002775b60b797f1418e0cb6394d8e954dd750fff75df3112c3a50e59ff 0.00 MB 1 0
31,703 31,703 00000000529d4441cc7c55df7940f6c13555910904c2ce13b17db9a50d8b0c2f 0.00 MB 1 0
31,702 31,702 00000000c2e8de6168e18deb0698a151bfc23c7da8aa1c6a7247b250b63a0ade 0.00 MB 1 0
31,701 31,701 000000005d3f783f7e52329154ce092eef2ec360e0b2f9cdaabf9e9ec1b08f93 0.00 MB 1 0
31,700 31,700 00000000be5cdba89133e7937a5f4049116f3636af10019a12626d0510321b97 0.00 MB 1 0
31,699 31,699 000000000e3d5a42f63b1ec06198fc09688d02752266a6217024c33fb5816f07 0.00 MB 1 0
31,698 31,698 00000000105b91f98921eb9803d915d951b2b29c82750e522d4e75a7d12ab24d 0.00 MB 1 0
31,697 31,697 00000000ed701d94b6dfa27a6847e4170f0d0c22138a28725f4691fdff1be961 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.66 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,193.32 GB sent, 116.81 GB received

Notes

  • This page updates every 5 seconds.
  • 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.