Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,151 transactions (0.28 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,628 000000000000000000022b910000000000000000000000000000000000000000 0.27 vMB 1,138 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,627 (125,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
785,693 785,693 00000000000000000000eba5ee413e54867bc55b519223cd763087e9e873c035 1.78 MB 2,200 11
785,692 785,692 0000000000000000000305160864d624854b9fd5cae803eaae589c9ec0fa8f79 2.00 MB 2,563 12
785,691 785,691 000000000000000000004b6ecf1903766511aa0ae68a676b368eb2ef2b15ff8d 1.96 MB 1,815 8
785,690 785,690 000000000000000000037717a1f345e74eb7bb79143ce50f0c7ce80fe0374a3f 1.63 MB 1,907 11
785,689 785,689 0000000000000000000234c9126ae54424ca8d296013f5d46634d8a706109d74 1.66 MB 3,208 20
785,688 785,688 000000000000000000034d9a9915f4af69aa85af3434e4d662be9c54b1fd11d5 1.54 MB 3,326 22
785,687 785,687 000000000000000000056276f8d614ce6e9e5f64149d8090b6d0f72706c985fa 1.54 MB 3,899 20
785,686 785,686 00000000000000000001c5db66c1e386cf991fee29bde094e99693c72e64f9d2 1.22 MB 1,919 29
785,685 785,685 000000000000000000023faf147d81b38247e2a128bdb8f79902122776552462 1.49 MB 3,465 23
785,684 785,684 00000000000000000005db56f19b8ccb8b6aa56facece1f59962e488fd0355d3 1.79 MB 824 4
785,683 785,683 00000000000000000001af7c5620ae2b43224d16cede47278bd18242109040b5 1.85 MB 262 2
785,682 785,682 00000000000000000002d6284d35bb6ea442b98e266ba23ca9f3737877c952bd 1.76 MB 1,749 9
785,681 785,681 00000000000000000005470d9139db720e0d52106acfb3fbf86080877981e827 2.24 MB 2,305 6
785,680 785,680 00000000000000000000a385e66a3d055eb2e2adf3d352ee9aca52cb0d0de648 1.71 MB 1,830 9
785,679 785,679 00000000000000000000409bb2f7ee946ff1715e11a4e5715f78ea41a5ef9937 1.52 MB 3,848 24
785,678 785,678 00000000000000000002692dc18a9acf7f26d6a8a2d323980ef029b81bc21079 1.48 MB 3,751 28
785,677 785,677 0000000000000000000156050459ef0baf8ab694f8bb80d5b599854b087035ae 1.80 MB 710 4
785,676 785,676 0000000000000000000364b33f908fdcaa5a9a6d4345d433f8df5b04e64930b3 1.83 MB 1,036 8
785,675 785,675 0000000000000000000248d73ed9ef6cddc496caca41728016a5abcd0aeac67f 2.03 MB 732 4
785,674 785,674 00000000000000000000b9f8e197675fc7b66951f8423c4d0c981b70dee79354 2.44 MB 1,617 8
785,673 785,673 000000000000000000059f43e76c9771cb27fbd4e7d70958169377d2c7315076 1.76 MB 2,303 12
Previous 10 blocks ↓
Total Size: 776.39 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,421.90 GB sent, 130.61 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.