Memory Pool Memory Pool Refreshing

8,387 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,857 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (204,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
703,821 703,821 000000000000000000088fc7514a02f038b0167bd6e062936d62d065dfb9c4cd 0.20 MB 372 11
703,820 703,820 000000000000000000091436ea8ee413ca02fa0a51c98624e78ae3210ce96e2d 0.02 MB 23 5
703,819 703,819 0000000000000000000377f569c4fa7b50bfd96f3a84eabbaab3aafbdd32bf0b 0.71 MB 1,421 12
703,818 703,818 0000000000000000000babd8a343d62a0f08e0011a1b614a1c98ffdbab4cbf47 0.97 MB 924 2
703,817 703,817 0000000000000000000b4d5130615ff5cd2ef2de3e2d4e571473b1f0310f199b 1.48 MB 3,075 6
703,816 703,816 00000000000000000009e3fefb5d4786be8eb03fb6a62c06208dd360742242b2 1.33 MB 1,677 11
703,815 703,815 000000000000000000016434bd240644f54b5e9fc2025a1c3b4e68ce78f6ec05 1.50 MB 1,929 12
703,814 703,814 000000000000000000074c9e7b57c1deb19240703b9c4c42581b34b27e73aafd 1.07 MB 537 6
703,813 703,813 000000000000000000003353f3ee2f973b9d1834a99ccdd725fa9413d4ab75f3 1.56 MB 2,598 14
703,812 703,812 00000000000000000000e549a39a03f5e5c332f93802d676215683136e725763 0.83 MB 1,409 16
703,811 703,811 0000000000000000000193d0666a165edb6dacdc64fdeb6f752a13e532c5509e 1.52 MB 2,716 10
703,810 703,810 00000000000000000006c50a04af8c9b7a1e6aec9126cc403f0226dd598be1c1 1.08 MB 1,563 2
703,809 703,809 00000000000000000005ef3def09505a0afb44e43483d694c7938039ad572f09 1.58 MB 2,472 4
703,808 703,808 000000000000000000005b17838e0c8bfc6cf0a1635749ea6eb48d7a4c741fa6 1.51 MB 2,271 8
703,807 703,807 00000000000000000000b5391c1c1181838ca086011a8e0f875ede1ce7e77108 1.54 MB 2,724 11
703,806 703,806 000000000000000000072e449b999f428a14b4de7b26aff2d01893edb695503a 1.45 MB 3,335 18
703,805 703,805 000000000000000000038df70e8171fd782bc56f3454ea4417d651732c148af8 1.43 MB 3,581 25
703,804 703,804 00000000000000000003dc08fa282212ad08bdfa714977684fada8f80b038ee5 1.16 MB 1,627 5
703,803 703,803 000000000000000000072454d2d7bcb1201db9b044cfa4f7a86aa1649f091a50 1.37 MB 2,022 13
703,802 703,802 0000000000000000000e12dbe98d426330b71f2afa28de8342806df27df82480 0.63 MB 193 3
703,801 703,801 0000000000000000000962811b9aca1197732d15e26b57f71d96f8f0953334c0 1.19 MB 476 6
Previous 10 blocks ↓
Total Size: 769.29 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: 1,636.22 GB sent, 94.37 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.