Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

266 transactions (0.09 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,575 000000000000000000022b910000000000000000000000000000000000000000 0.09 vMB 266 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,574 (248,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
663,246 663,246 000000000000000000070734c2707440ddd95e73267ed5e4fda37b1997a3c911 1.25 MB 2,133 43
663,245 663,245 0000000000000000000a850b130a1679eda217587f99f7f2fe2b797e85acf894 1.35 MB 2,503 66
663,244 663,244 00000000000000000005abb3482a21156f7acd1c86499ea55d7392a5acf8fdbe 1.25 MB 1,021 15
663,243 663,243 0000000000000000000b278c5460721246edfa356f809c9067b0d97156d34065 1.32 MB 2,057 11
663,242 663,242 00000000000000000001022442416c78f862ca86b971d666eb9ea38ff945c33d 1.43 MB 1,947 31
663,241 663,241 0000000000000000000937b44d955e271dabf44a8a5f0d30b30d7b46f037d4af 1.17 MB 2,642 33
663,240 663,240 000000000000000000045dfb61d1a39a4fdc0b515af296375e38ef99e43a1fe3 1.19 MB 2,706 55
663,239 663,239 000000000000000000063b84c964aca9fbc3eaa448099ac84046471385626762 1.17 MB 1,907 73
663,238 663,238 00000000000000000009179b7a72432dfa61d51eb854c015496fe87ee39ad5e4 1.18 MB 2,884 67
663,237 663,237 0000000000000000000b9f310ee01b774c20c0f92f6f7c5ab7d885fcbf507345 1.35 MB 2,810 88
663,236 663,236 000000000000000000055db322acf59afd022b53a3c24b3cea4244eabedde654 1.36 MB 2,811 86
663,235 663,235 0000000000000000000b0a704a966211804410b8115be02cae9b4c914870420d 1.41 MB 2,667 111
663,234 663,234 0000000000000000000c29733eaadb331d15a9812415166c6fe118b09699fb36 1.33 MB 2,919 130
663,233 663,233 0000000000000000000981b7920ea82a48fed8c1d61cee957821fc3d68e2a6d3 1.22 MB 1,787 120
663,232 663,232 00000000000000000006376fede440c94ae3aff182543c528e89f039bb1c2c6b 1.25 MB 2,553 133
663,231 663,231 000000000000000000007b01f44995451b7bc7f9bc5e81211c43f38547ed6f1d 1.25 MB 2,296 68
663,230 663,230 000000000000000000032ecd9d0fe5aea66c08490c8d23786f0ff4867c9bcab3 1.28 MB 2,516 66
663,229 663,229 0000000000000000000cadbae3a87235e35efe734548e46f2ed787e686d89f6c 1.22 MB 2,645 57
663,228 663,228 00000000000000000003330fe551e925d6b72be66db9741a6af0bd2bb5fd82a1 1.13 MB 2,761 22
663,227 663,227 0000000000000000000ccb7eb466cada9667b18ea0cfb33d357477697df8fb55 1.38 MB 2,708 104
663,226 663,226 0000000000000000000c7e2b42710c94cb09863b850cfecb28079d7bf3b48a04 1.37 MB 2,902 85
Previous 10 blocks ↓
Total Size: 776.29 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,415.06 GB sent, 130.13 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.