Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,996 transactions (0.75 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,386 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.74 vMB 1,991 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,385 (819,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
90,250 90,250 0000000000007df09988e7c7913d40e279eb4469546a75470db850e4abb5501e 0.00 MB 1 0
90,249 90,249 00000000001416cc844bc7b29eb2e0253f9a851cd39ca7a9b2dd4039792c2752 0.00 MB 1 0
90,248 90,248 000000000002dd164da35823a64be039861e779e9d6992d5884a9ce700f256d6 0.00 MB 1 0
90,247 90,247 0000000000101d5790a9dfbe49386fd49f7c610d4041cb43d06bf3664ad66aaa 0.00 MB 2 0
90,246 90,246 0000000000078d88bbc0303fc419435b9f5506cab1bc549b277967eebe81850f 0.00 MB 1 0
90,245 90,245 0000000000044a0d90f3b9028b931f38e3dacb826911ed5caf8a3ba82b0fe6d3 0.00 MB 2 0
90,244 90,244 0000000000130d7fb49485966edc8002c4cb1a19c64210813efaed2f8d900911 0.00 MB 2 0
90,243 90,243 000000000006279b8d860750cbc707847feef94b84601bbbbf1b2244c244f19d 0.00 MB 1 0
90,242 90,242 0000000000097e255aac4c33b02674d22cf9cbc15910634652bb582df8725e40 0.00 MB 1 0
90,241 90,241 00000000000612769a0ef665ca6484995ad5d3a60f1f5a15860cef5b0ef40c8d 0.00 MB 3 0
90,240 90,240 000000000001d923e0b3689888accef949f93840222bf1e88eaa144dfc1176ac 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 772.25 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,069.44 GB sent, 109.42 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.