Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

908 transactions (0.26 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,879 000000000000000000022b910000000000000000000000000000000000000000 0.26 vMB 901 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,878 (319,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
592,264 592,264 00000000000000000004e5a64223d9f7e1b5262aa6a0e476e95bfc8469625dbd 0.36 MB 738 33
592,263 592,263 00000000000000000003401c9059e51c3292cabd750fd20c47ab5cc78d974664 1.04 MB 2,693 23
592,262 592,262 00000000000000000007524fde0bcc1536446cf207f4aae2bc6116a46086beb1 0.07 MB 136 16
592,261 592,261 000000000000000000124d272255d9bfc869fea954f003fd7eb849e2bc4d272f 1.11 MB 2,683 26
592,260 592,260 0000000000000000001b7cf68ba83e7329dc04a621eafbfe1ca54ce1a53282fd 0.00 MB 1 0
592,259 592,259 000000000000000000027e9aefd97507fc92cd0aa5dd6d564fa0935e6a49ddc7 0.60 MB 1,471 14
592,258 592,258 00000000000000000009005763922312cc931c04f474c833aaef2c263850d1ca 1.16 MB 2,748 16
592,257 592,257 000000000000000000055a8c6820c4d0c312198adcc73e44d8836677f77e263d 1.26 MB 2,812 42
592,256 592,256 000000000000000000163b02f443a1593a5a1c2a34b36766e58199ece62ae4cd 0.98 MB 2,086 10
592,255 592,255 000000000000000000199e882ce5474d8ee93dcb4796cc18e6acb225dc8f74e1 1.21 MB 2,654 23
592,254 592,254 000000000000000000062a802380f156744e5931c298898e3f7a39a3bb7257ea 1.13 MB 2,409 15
592,253 592,253 00000000000000000010cb2f16895fcb7291c7b52a2d57efcda2223be0e052c5 1.07 MB 2,460 6
592,252 592,252 0000000000000000000bba8f0c2163d513afbe2f0c3b05a678f9943d9600e715 1.27 MB 2,754 32
592,251 592,251 000000000000000000107fa790ee0b5cc7862a2d0805c8b7b511c3c9279d29fb 1.23 MB 3,016 45
592,250 592,250 00000000000000000008b6766c0d7f7a2a2890cb1cf6ba59dfb11c74deeefc27 1.41 MB 1,851 18
592,249 592,249 000000000000000000189cab691761323287404ea1231c921cb0af6455d70396 1.34 MB 2,823 37
592,248 592,248 000000000000000000093e2e41b170cd9e10ed8a0469c9719abd227d5226672f 1.17 MB 2,829 56
592,247 592,247 00000000000000000012f911220277bc4c6703bb60e78b21a33653cd2639a9d5 1.18 MB 2,777 27
592,246 592,246 00000000000000000012f3738f0e4342080abecfbbb7a0eb7190385eff5abe22 0.18 MB 481 25
592,245 592,245 00000000000000000003590b756865efd5fbdd40793c785c78cdf9b681900435 1.07 MB 2,768 24
592,244 592,244 00000000000000000004d46d1b4eb36b0c847688831253efd1b70b240154c16b 1.13 MB 2,580 6
Previous 10 blocks ↓
Total Size: 776.87 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,472.73 GB sent, 132.79 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.