Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,247 transactions (2.56 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,559 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,245 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,558 (819,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,271 90,271 00000000000f8c4b006f24aa864ddce7c7807ade634913035f36fa38599d6081 0.00 MB 1 0
90,270 90,270 00000000000470daaa10b0df8159ebdb6900b272a4545653b678ec48cf95b93d 0.00 MB 3 0
90,269 90,269 00000000000e8e06fdd7f37f040e367c4b83413415c8493448e4db1397b822d1 0.00 MB 3 0
90,268 90,268 0000000000149b83b921700c1bec05175e6bd1b1bc190ec5c661083ce538cba8 0.00 MB 1 0
90,267 90,267 0000000000150c1e2806c8947172f67d64087159abf17bc44a1bae025e3bddb7 0.00 MB 1 0
90,266 90,266 00000000000592072070f60f2d172b52f1ec71906cd3aae67bb31368f2e7fe58 0.00 MB 1 0
90,265 90,265 0000000000104397403d151d7600ac932a72da33e95be7a8e8f4b0b8695adaa4 0.00 MB 2 0
90,264 90,264 0000000000012a02006cbb03a7850e1243e7cc0aeba7d53cd2bf71865a7869ff 0.00 MB 1 0
90,263 90,263 00000000000f67ded28807099a81a3f2744e9edb84a1dc7674b394176d9074a0 0.00 MB 1 0
90,262 90,262 00000000000df5c613f841eec22c322982e3589e295f0343357d6cf498f86a34 0.00 MB 2 0
90,261 90,261 00000000000af07d378d73aeb4dfb2a5955dfb9dcb01eab10ecb3561cbe352d6 0.00 MB 2 0
90,260 90,260 00000000000002bf86e38fa4ec0f48d375b68cc251d2a125d816e96a0455e981 0.00 MB 1 0
90,259 90,259 00000000000f14e438ad31bc6c9a309be34e224d0f0079ff35d04348abf1bb32 0.00 MB 2 0
90,258 90,258 0000000000001a362a3d59047d5d8466269ae45435a3829b479da6bf2e2b7f1d 0.00 MB 2 0
90,257 90,257 000000000013574535fba3bc28bd2d63ca87bd2c46dbcee838f266605afeb3cf 0.00 MB 3 0
90,256 90,256 00000000001195a0828c4fcc3b3185dd24901bb50c43eb0496c011633f7d912c 0.00 MB 1 0
90,255 90,255 00000000001370712588c4a4e048a358df1a8302c0d40714faaea1fb2ea0aaf3 0.00 MB 1 0
90,254 90,254 000000000006469326927473632fa5c408d46e1fd5b8639ac1aa4555c5b0b4bb 0.00 MB 1 0
90,253 90,253 00000000000a5175b895db85af1df8bbb7237312382e28707a5e10a03654852e 0.00 MB 1 0
90,252 90,252 00000000000fa05155a2c09215ac049aac5dfbe7fc70ce35bcbe236ca7c12533 0.00 MB 2 0
90,251 90,251 00000000000bfec811a831faadf0a1448837907ec07419aff7521eede7be273a 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 772.59 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,089.59 GB sent, 111.19 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.