Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,604 transactions (1.39 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,489 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,635 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,488 (133,855 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
777,633 777,633 00000000000000000006b2071e29c1c4d709f7d1048da7a1abde5e7ff029a0f5 1.96 MB 2,484 11
777,632 777,632 00000000000000000004de70bc2987a9d8fee46e5dea718c8a49c9fbc697f9b5 2.07 MB 2,184 9
777,631 777,631 0000000000000000000209608c00aebf2f41ce44396dc20ed9c082a00dadf30b 2.62 MB 1,156 5
777,630 777,630 0000000000000000000015df45eba871a054b5e6e8ac0a99758ca55c385d1dcd 2.29 MB 1,223 2
777,629 777,629 00000000000000000005eef6ce0369fb0275b4d83914a7e0d449de65ce0b8b4c 1.69 MB 2,536 12
777,628 777,628 00000000000000000001f859cf895233a2b11c1de02b27447b349d923c25eec6 1.61 MB 3,899 15
777,627 777,627 00000000000000000001230facbf8fd899bb30d4104eec1d93003ea1914e1de4 1.49 MB 3,872 28
777,626 777,626 00000000000000000006dde2100571adea6f5441235dfd40458d51826d568b6f 1.78 MB 2,710 10
777,625 777,625 00000000000000000000003316783795fea92381b0fea5943c557f1d2f6e8cff 1.51 MB 2,431 15
777,624 777,624 00000000000000000005bde4d8592f150f2c2c21cfb950d4255bad90bfebe398 1.25 MB 1,552 17
777,623 777,623 0000000000000000000097655339368cdfb5d8e75a4764773629f53c20171955 2.16 MB 1,601 9
777,622 777,622 000000000000000000047d0ee3c542993ec61b6e924dbbf32ae85a41be87afa2 3.42 MB 811 4
777,621 777,621 00000000000000000003ae60b9ba372b619667a23bf6f219116f1b7348d4deeb 2.79 MB 957 2
777,620 777,620 00000000000000000004604ccaac918ba4281fab6f54e4e0bb891cff0e2b077c 1.78 MB 2,649 13
777,619 777,619 00000000000000000006fa68eae288528029a3429331ed862519fdf7df98c275 1.72 MB 3,293 22
777,618 777,618 00000000000000000003405327e89825ac9e57141870a60db0a511fbae74d19a 2.04 MB 864 4
777,617 777,617 00000000000000000000285c34f241b08bf45816de386fe88b0c42ed910d71a6 1.74 MB 2,417 8
777,616 777,616 00000000000000000000a91652e1c7d21e7f98abbfa6eefc6f7a312d10f97892 1.54 MB 3,742 24
777,615 777,615 000000000000000000041f0e7d4f8f3e84e59920fdc9db75e4734bef9eb086eb 3.84 MB 259 1
777,614 777,614 00000000000000000003bfa564e672688353b95de980dc44493945c642d27de8 2.13 MB 1,705 8
777,613 777,613 000000000000000000023d55fe1e12563dc7c8282a64bcc261df79c47b27788a 3.78 MB 322 2
Previous 10 blocks ↓
Total Size: 776.14 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,411.79 GB sent, 129.41 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.