Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,233 transactions (0.60 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,974 000000000000000000022b910000000000000000000000000000000000000000 0.60 vMB 2,225 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,973 (284,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
627,692 627,692 0000000000000000000877e90c3cce2f034d8e7e72f9b76281be5a1cd21639d3 1.30 MB 2,876 35
627,691 627,691 0000000000000000001044c1f36dde70fcf6464a46490b71a3bf18fc586844c6 1.26 MB 2,842 39
627,690 627,690 000000000000000000026e9200ccb990b48a7f6c71a24a41b575ba2d36ba72ef 1.00 MB 181 2
627,689 627,689 000000000000000000033f946b614d2618ac061bdd36a7cc4dd7ab550802dfc5 1.20 MB 2,390 18
627,688 627,688 000000000000000000050c3cd57acc7160bf31b1504d151f12456b9aa32a115d 1.18 MB 1,904 11
627,687 627,687 0000000000000000000b70d51ae114b2c71c015d49a266a0dba215fd878e4984 1.18 MB 1,431 8
627,686 627,686 0000000000000000000e957623bc388da5171c2ad25de1464413a359a0bd821b 1.08 MB 801 1
627,685 627,685 00000000000000000005671c7cccdc9b697fc19e9fac2172475ab8e692307019 1.08 MB 770 7
627,684 627,684 0000000000000000000510e99ca714e2464dcbda1d853e1db30a8538deb127b3 1.13 MB 1,598 6
627,683 627,683 0000000000000000000825e509c43d9a8bbdd3f9dbfcf4fa5a762155dbd48d35 1.31 MB 2,969 29
627,682 627,682 000000000000000000006f10b516d2abab942c2949e5a7547ab1064c6ac433ab 1.21 MB 2,045 19
627,681 627,681 000000000000000000111e47a6971a512e9d72662a4db37a9cc54a279b813fd8 1.31 MB 2,162 4
627,680 627,680 0000000000000000000ba8039020e4cc0a3b982aff82c5c37c1589469ebd0737 1.09 MB 2,321 8
627,679 627,679 000000000000000000072fdd526dccbc46594b50199a612a17949f04c74f0ab8 1.18 MB 2,337 8
627,678 627,678 00000000000000000004e8f1570c2be538c27224ac763c27c9642017321eba84 1.30 MB 2,521 26
627,677 627,677 0000000000000000000a6fd08067daa57d0c958695d3bfde80cb3742a0e3fbc2 1.24 MB 2,650 27
627,676 627,676 00000000000000000010306d52624ad92931b20cfa6f85c392c4fb3691add259 1.36 MB 2,495 14
627,675 627,675 000000000000000000022d7cf872da83e42aeeea2e6a739d2f7d7b3abd1f291b 1.36 MB 2,680 40
627,674 627,674 000000000000000000012783c6b961112eead6a0eb6e43cbdfe7cf3b16a070da 1.25 MB 2,340 27
627,673 627,673 0000000000000000000fd95b95ee2488fe5489c79fcdaec09202c65ad21819e9 1.35 MB 2,486 25
627,672 627,672 00000000000000000009e4b486ef1a0481221eb4ff7bbbd230df1e01b65d64ac 1.10 MB 688 7
Previous 10 blocks ↓
Total Size: 777.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,499.95 GB sent, 133.62 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.