Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,171 transactions (0.75 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,108 000000000000000000022b910000000000000000000000000000000000000000 0.74 vMB 3,153 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,107 (894,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,189 17,189 0000000034362f709079447f7225c5b215b835180620d34c87db2518b0763488 0.00 MB 1 0
17,188 17,188 00000000e591e0a2ac7789ed5b92925ec073b6fb04a7c6f29b96aadd574b7820 0.00 MB 1 0
17,187 17,187 0000000002910073e382025bcca5154ea211bbba724a7a252e42aff9139690f5 0.00 MB 1 0
17,186 17,186 000000009a3b21999db7d734bb85ef10c212c36820e6429ffde814b334ba7560 0.00 MB 1 0
17,185 17,185 00000000680c19cc35374a4dc1df8bc1fae9b2547fd59116a17576021f450098 0.00 MB 1 0
17,184 17,184 0000000087306ce64d98261f6e91d4216acb550a02371b1bcf2e92b00128cb63 0.00 MB 1 0
17,183 17,183 00000000081fc5ca01acc45010e16734dc75290eeae82c9eb80f022591b9fee0 0.00 MB 1 0
17,182 17,182 0000000041b81260600a6bd769215909bc6f836ca207a8e4abc188fc61371aa1 0.00 MB 1 0
17,181 17,181 00000000db9e619d69227c8f4c60e2af8891a17b4539ee775175ef2a87f4071f 0.00 MB 1 0
17,180 17,180 0000000031ef9107c7355d96867c860583fa85b9694eccd0658fe7390f29f49a 0.00 MB 1 0
17,179 17,179 00000000951332b4991e821396010bd01858742db6a5ad4864be78a0e2cdb15f 0.00 MB 1 0
17,178 17,178 0000000076caafef3efa7f0c08ece0ec15be4a7e686bdb59b1c38c068f4e9838 0.00 MB 1 0
17,177 17,177 0000000074bbe12f503e6aed750bd3e890cb50f5048355b4b503cf41136d6fbd 0.00 MB 1 0
17,176 17,176 00000000bd6bd83bfcd730ac90e6ffb13e1f4699722abb8344037da953850a0e 0.00 MB 1 0
17,175 17,175 000000009184b6c0fdca94aab98c1c843716c0cea18f5b5b90596bbdbd602ea0 0.00 MB 1 0
17,174 17,174 000000002ce480c86924e4b876d07592628a231c1f66b1dc445032224e7b022d 0.00 MB 1 0
17,173 17,173 00000000ba0c7375243257c4b7df7c1b6449e4c0dff78cb5079bd24a759d5a4e 0.00 MB 1 0
17,172 17,172 00000000e7f1b8c7d6627407510837080e32248147b93f3579ba9739fc8405a8 0.00 MB 1 0
17,171 17,171 0000000049061d5833be021535e8bc90526d7c394f589be257174e04a8367316 0.00 MB 1 0
17,170 17,170 000000002fbfcea890c4f3694653dd638f16a9ba4a34275a8803927b23dce928 0.00 MB 1 0
17,169 17,169 000000006990ee16a7103fe1e5437b96315c5d952eb27041e5920b49fb4f5b71 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.28 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,523.81 GB sent, 134.78 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.