Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,320 transactions (0.45 vMB)

Priority:

  • 1 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
911,761 000000000000000000022b910000000000000000000000000000000000000000 0.45 vMB 1,320 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,760 (18,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,102 893,102 00000000000000000000538f782eda01edb621df98bb295267e72692ffded47c 1.59 MB 4,357 5
893,101 893,101 000000000000000000017f83ede5b7ba4f5631e6aac0b8d259a5e811f1c076ec 1.62 MB 3,710 7
893,100 893,100 000000000000000000011d3afba6eed860bc54b60e6a81d6443c187366cdef6a 1.56 MB 3,388 6
893,099 893,099 000000000000000000006925b7910c3ee6e1082b67e3cd3f8fa52f538b90f9cd 1.72 MB 3,608 4
893,098 893,098 00000000000000000000ecef81b59886915f44d2751b97971e154c91ad578df1 1.58 MB 3,951 9
893,097 893,097 0000000000000000000117b03c463afe77d1f3c60e024233e6f3b8e6799ac844 1.57 MB 4,048 6
893,096 893,096 000000000000000000015811ef072ca63e89dd109d46ef400ae1b6dd4d3c4360 1.66 MB 3,915 2
893,095 893,095 0000000000000000000033cd23239b301c8c3a65006858bfa809b33e431d5b34 1.60 MB 3,899 4
893,094 893,094 0000000000000000000098fb43846800f2859128194a84b3742f658e36511c5a 1.57 MB 2,971 6
893,093 893,093 000000000000000000013500eb68d931ff0479bfb43d0736e90d9423570d0884 1.59 MB 3,930 5
893,092 893,092 00000000000000000000013656659cad303f6f8f2c6174448ac5301442323627 1.70 MB 3,554 4
893,091 893,091 00000000000000000000c8df9d31d57159ce6730eb9a2f3023c55006c7906912 1.63 MB 3,894 5
893,090 893,090 0000000000000000000216b1ab093a3b05525b941295093c90f6b1d5e3cdd227 1.59 MB 3,931 6
893,089 893,089 0000000000000000000234f3df3ff21515fbe47c4a3501adc401bca934cea603 1.83 MB 2,639 2
893,088 893,088 00000000000000000001ec7d725cd5efb54c3d1f5be2df17d269bb0780f5ff5f 1.81 MB 2,465 3
893,087 893,087 00000000000000000000ca2f64794d814b198eb237974573222e4521545582d5 1.97 MB 2,147 2
893,086 893,086 00000000000000000001e082b960ec98258f3729249542d24a201deb745b0da3 1.72 MB 3,845 4
893,085 893,085 00000000000000000000e0c5943ec57fa292015d3754b9ef114e82eea904530b 2.11 MB 174 2
893,084 893,084 0000000000000000000215a4762b09effd63dc91695a5b6c7ef4d4e873a2e0cb 1.77 MB 2,959 3
893,083 893,083 000000000000000000007538ab8d13eb004b3e20221288441854cc9d78e4b07e 1.57 MB 3,331 4
893,082 893,082 000000000000000000005133da21787e753af32eb1c383aaefa3e2727c891908 1.87 MB 3,137 2
Previous 10 blocks ↓
Total Size: 776.64 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,429.18 GB sent, 131.76 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.