Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,061 transactions (1.51 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,660 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,756 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,659 (830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,829 909,829 00000000000000000001ddf0f8c1741ee1646d0393d4fa8548c690c03364a636 2.15 MB 1,788 0
909,828 909,828 00000000000000000001a4859d850dee8aed7959ab57065c46c322735e76e96f 1.65 MB 2,879 3
909,827 909,827 000000000000000000001aa6df17ea4685da9c5e4134b228ae398cc50a65265b 2.02 MB 1,328 1
909,826 909,826 000000000000000000009e9a81372efe4b1c8b9aad6bb4bbaa47d38006b6d127 0.55 MB 1,324 2
909,825 909,825 00000000000000000001bedc3ea303fcc2cc6e107bb8f5869e704b6558871db9 1.66 MB 2,922 3
909,824 909,824 00000000000000000001c816b15d4df688331d37e6eced8e56f7bcac34908fab 1.92 MB 1,994 1
909,823 909,823 00000000000000000001afe87d23acb2bc4aacc06e461881d4f102b49ae2fdbb 1.83 MB 1,806 1
909,822 909,822 00000000000000000000774f3e90655142f7605b3551b9899af8b455183fc3f2 1.85 MB 3,739 2
909,821 909,821 000000000000000000001427d4542a6e91b86025228a744b102165ffb0c76a8d 1.76 MB 3,285 1
909,820 909,820 00000000000000000000db7c8b567b036200512b9dca7615f484b3f8c75c29bd 0.93 MB 1,603 2
909,819 909,819 0000000000000000000203ad5e959782f892fe982dec12b1c4015aa25b6fd3e6 1.17 MB 2,309 2
909,818 909,818 00000000000000000000242948ed7c8ae10670d5890867c776a284c84a70dd38 1.54 MB 3,100 2
909,817 909,817 00000000000000000000c770aeceb5d34d8452df1e9cc125ad1604f2b6051e4b 1.35 MB 2,500 3
909,816 909,816 00000000000000000001fde448e8b9dcd5b709f03ddefe95e7b02fdb79ea1d88 1.63 MB 3,319 2
909,815 909,815 00000000000000000001f523f5ab9f75a4a1ac32db0f6ab76da7fceafd79b1b3 0.49 MB 1,227 1
909,814 909,814 000000000000000000014f756daf3351641c768b3a6a7e0f8396a1b58219de43 1.56 MB 3,175 3
909,813 909,813 00000000000000000001cb54b62d50f3b614b2a0e777870fffe5ad5d836f3691 1.67 MB 4,321 1
909,812 909,812 0000000000000000000084f84e5e3acf164050e5e9c660059f0005810fb0b17f 0.92 MB 1,744 3
909,811 909,811 00000000000000000000836a49bac72a4c49f7166928803416f4aa479f6353a6 0.26 MB 598 2
909,810 909,810 00000000000000000000928c436f6c077ecf048635358a607e0ffb27c3a63c35 1.79 MB 4,914 0
909,809 909,809 0000000000000000000164c24db542b66627398810de16dd19e5909b013401b0 0.45 MB 682 2
Previous 10 blocks ↓
Total Size: 774.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,281.24 GB sent, 121.57 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.