Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,958 transactions (3.14 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,637 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,921 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,636 (813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
909,808 909,808 00000000000000000002149d1a84101ae7439336bbcee3f5293e74abeb10ec65 1.68 MB 3,750 2
909,807 909,807 000000000000000000014c8af9eb27891c3a67bf4ec906a1422c0d02729b93d8 1.79 MB 4,720 0
909,806 909,806 00000000000000000000d28a7b4a951a597d32aaaa629c576b30c740da19a787 1.80 MB 4,166 1
909,805 909,805 000000000000000000008ad548a2cb6148c5f27fd0d4e65ed5580f33c109f1ae 0.46 MB 1,032 3
909,804 909,804 00000000000000000000429a372a499bcb3f4f088953b6dff51bd624d96dcadb 1.81 MB 3,438 0
909,803 909,803 0000000000000000000010ed8d2bee60ba5c1dcbc7ee85ca923a7a0778c854e9 1.71 MB 3,840 2
Previous 10 blocks ↓
Total Size: 774.56 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,275.98 GB sent, 121.38 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.