Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,955 transactions (0.55 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,679 000000000000000000022b910000000000000000000000000000000000000000 0.55 vMB 1,943 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,678 (68 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,610 911,610 0000000000000000000121aa87805910a20867782ea8dcf2dd1134d3576b9df1 1.74 MB 4,170 1
911,609 911,609 000000000000000000002a55c76918297d4c53855a0b90a0aef3cb356356882a 1.14 MB 2,540 3
911,608 911,608 000000000000000000016b2a82cedfc898a0ce80171ad7437dc1ce50d6f255f9 1.91 MB 2,161 1
911,607 911,607 000000000000000000018bf675bb5133855945386be20193e9cc0b5934d5e6a0 1.78 MB 2,910 1
911,606 911,606 0000000000000000000106175835c5f805f781195e84051b0850cf65f9853375 1.83 MB 3,367 0
911,605 911,605 00000000000000000000defc41c997b8c5662bdd7484e4dba11b1627c3bad4b3 1.75 MB 2,957 1
911,604 911,604 00000000000000000001df8874c32ddef2953d848a14a5cbd38f22f7bad58feb 1.46 MB 2,672 2
911,603 911,603 0000000000000000000134cd748403fc94f96fc025671e1e05b051456d2ea96b 1.57 MB 2,794 2
911,602 911,602 000000000000000000007b2b9484394cb2a5346f90bb582448d38262857254d8 1.58 MB 2,708 4
911,601 911,601 00000000000000000001ea7cb90b87a3f470e8f35586892e394dd7d46399af28 1.75 MB 1,880 2
911,600 911,600 00000000000000000000b447e1c98906d2cddefa5e97e420f913d09a63c07cad 1.63 MB 2,548 3
911,599 911,599 000000000000000000006f240cc2f0721ff50edf23dfb522660c327aa56af5de 1.64 MB 3,695 2
911,598 911,598 000000000000000000007cd49b9c775c989773945da6335acef8a1841ff672eb 1.60 MB 6,679 0
911,597 911,597 000000000000000000014752c3db26159b42e46be8092e3a7342a98ae08fda16 1.68 MB 4,089 1
911,596 911,596 00000000000000000001c0db9ec42473b76cc231be36e1ec4164519599c0b9e6 1.59 MB 6,164 0
911,595 911,595 000000000000000000014ae1f438450bba22eef99974cf411dd55c27d136189a 1.65 MB 4,517 1
911,594 911,594 000000000000000000021105a0882d407afd49f58b258bdacd20f4d1194ab0f4 1.73 MB 4,788 0
911,593 911,593 00000000000000000001fee9bd24afaf6b88105501eeba1ef1cc49d280db4514 1.87 MB 3,687 0
911,592 911,592 000000000000000000014710fddd73aead38e51540f2d6fdb004e49c923d5298 1.77 MB 5,048 0
911,591 911,591 0000000000000000000189bb0d845bc73dff0bc9dab5550bccbe3b06db0a2aeb 0.99 MB 2,134 2
911,590 911,590 00000000000000000000a74614f17afeb00857b9fe25174187f6bcee6fc6415d 1.71 MB 2,902 2
Previous 10 blocks ↓
Total Size: 776.49 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,425.13 GB sent, 131.09 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.