Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

15,623 transactions (4.80 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,933 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,229 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,932 (306,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
605,059 605,059 00000000000000000007be0e42668e8379174d63d9f4813b4d88f7dbeb612680 0.29 MB 704 17
605,058 605,058 0000000000000000000542894de1e1fb2869c64c714d219624a1fe16f8ad99cd 1.35 MB 2,461 11
605,057 605,057 000000000000000000024f0abacdbfa020379359dc29dc0f8f96523b12ca0133 1.40 MB 2,829 22
605,056 605,056 00000000000000000009e882b70c02eff4234f2dd07dae78e4c870e572cd3162 1.17 MB 2,203 3
605,055 605,055 000000000000000000094ec9eb66d3246b631cb1f82ba5ba8d4d5238e18b049e 1.46 MB 3,549 11
605,054 605,054 0000000000000000000ef2cdaaacc592fc2fa2965fe9cd5f7996f92ceb5269e7 1.32 MB 2,331 10
605,053 605,053 00000000000000000013ba64c89a4f8401080a6cfda7cbf2d777bd19bca92b0d 1.20 MB 3,091 15
605,052 605,052 00000000000000000012c45ee992c54239c18aa30a178f16ca8216b3a1818896 1.38 MB 2,692 21
605,051 605,051 00000000000000000001f74d946f1b40693fdc1c2e6f22cfb2fdef60e9d4d328 1.38 MB 2,969 24
605,050 605,050 00000000000000000013846a165460c93016488ef80519a389bf5ade5698ae6a 1.36 MB 2,453 23
605,049 605,049 00000000000000000012fa5c13900fbc231bee9c7b31d0d56f420b8ec9691ca0 1.13 MB 2,381 8
605,048 605,048 00000000000000000000c893b5c79ae292dc510916fab6bbde5d19a1109de854 1.36 MB 2,166 10
605,047 605,047 0000000000000000000ce5b3eeabcd0cd900b8e8472e4954a6fea2af6bfafa1b 1.32 MB 2,258 24
605,046 605,046 0000000000000000000106a3cc5c8f319df14b08f52eff75fdf19cec20ac7ea0 1.26 MB 2,897 14
605,045 605,045 00000000000000000014c120b0deecc81e001152ce9f5e0ffa8dd66dd753c3d3 1.53 MB 1,932 9
605,044 605,044 0000000000000000000eb7d45ab68d90165fda61ae610f2ee924821ddb7661d3 1.34 MB 2,997 25
605,043 605,043 0000000000000000000a31693e9a473dd7612d50287efd65536f7e3bb11eac19 1.20 MB 2,893 42
605,042 605,042 00000000000000000001d147cf61806e10ab7f7586e5ed901b7b057b216c5965 1.30 MB 2,607 25
605,041 605,041 00000000000000000010b00762561504abda2a5ae6444175cf9dee24ebc5c77c 1.34 MB 2,459 22
605,040 605,040 00000000000000000009ec5b2efe106d6b3918f535b6b8ac3a29aba52127a536 1.26 MB 2,994 38
605,039 605,039 0000000000000000000743b72dd5463025bce366948dda61a371b3f1ea92d834 1.51 MB 2,039 14
Previous 10 blocks ↓
Total Size: 776.96 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,493.44 GB sent, 133.32 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.