Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,634 transactions (1.80 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,041 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,167 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,040 (840,541 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,499 69,499 000000000134db6b3aa8a543586cb1bab1dc26db5b041d8efb97b8696e5aad9e 0.00 MB 1 0
69,498 69,498 000000000131bd37e82aef33eefa2d7e4cb242acc3864f49f52d3934934c2ce5 0.00 MB 2 0
69,497 69,497 0000000000545623868d4b0e21b9d1492b1e4e8cdd4205e547486947f57a1ae8 0.00 MB 2 0
69,496 69,496 0000000000ec4819ffd3fe777996985ae97c35a0d0f6141e6b11de37714f320e 0.00 MB 2 0
69,495 69,495 000000000152ad2f4ffa14550f7a6be60db8a6e9e1b5c17a262a6bfa5f8b4fcb 0.00 MB 2 0
69,494 69,494 0000000000c16b62875d74744c016a340bc93e844e840152fdbacb67ebfcc772 0.00 MB 5 0
69,493 69,493 0000000000a4de4d97b81311adcd219bb09a053a1bc0490c950b32e1f693999a 0.00 MB 1 0
69,492 69,492 0000000000f5f03cedeb3a987be6a17f46191d3be702a9bc420cb20de1e40763 0.00 MB 10 0
69,491 69,491 0000000000b0495a1a84906a126f29ebc1e603f8084aeb44fdb9c6f498455ff0 0.00 MB 1 0
69,490 69,490 00000000015303c33eecb157540c13c12acb23b3e92166525082c27147ec4d31 0.00 MB 1 0
69,489 69,489 0000000000051b580f2e33046c37808a0fed3f7034cb6ffa2f6097873afbdcd4 0.00 MB 2 0
69,488 69,488 00000000005aa23034fb5d78ec61b32f6f6a159b842c437e8d4830dfe3432bbc 0.00 MB 1 0
69,487 69,487 000000000030cce9ca31fbacf929df32c8571a409154cceb24e325ea8209d366 0.00 MB 5 0
69,486 69,486 00000000001881e08d9bae383bafab02b06db0437390ff38584bb43d1e57193f 0.00 MB 2 0
69,485 69,485 0000000000a8217bf9348579c96750fc694bcf2391f3aa31809bd244ae47522f 0.00 MB 2 0
69,484 69,484 00000000014ae931e8825b29d9a6a5febce7594f03e8cb0dac8d820e7f7eb2e5 0.00 MB 2 0
69,483 69,483 00000000008d07be9c1cfd162d50f8ac89fc6eed09d3178dd1c1b0f1080250ab 0.00 MB 1 0
69,482 69,482 0000000000d2784f117c933d4c950d632f47bc8ec8c6011f03a2ad4b4153f7ae 0.00 MB 1 0
69,481 69,481 0000000000e2e492047d8b9f0b6928e9d78ad2282e63f1f031adeaf4aa72e2ab 0.00 MB 1 0
69,480 69,480 0000000000fc2aeab9abe5a1fd098aa3d0045a29a6224c155a7c2edd4fbf88d1 0.00 MB 3 0
69,479 69,479 00000000009f478a9ed25e0ffa3cd076845a50630d79881a2cac4e892c38e999 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.47 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,185.64 GB sent, 115.68 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.