Memory Pool Memory Pool Refreshing

9,139 transactions
4.25 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,032 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (562,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
345,006 345,006 00000000000000001167c681eb6ed6ea9ddf9773eb67231d98d284006fe3d7ee 0.57 MB 759 18
345,005 345,005 000000000000000015417e7a2be26defe616e718b4a7bb289ece889fe2e529c3 0.25 MB 405 22
345,004 345,004 0000000000000000157447d034eefb05b08e8feb71297787cb67c990bbb13e0d 0.49 MB 958 25
345,003 345,003 00000000000000000593b60d8b4f40fd1ec080bdb0817d475dae47b5f5b1f735 0.12 MB 182 19
345,002 345,002 00000000000000001740d075ec3f211986e0d03033df1d9e50c9bdcb5e1ac325 0.30 MB 534 22
345,001 345,001 000000000000000014898f63487f5bfdd9d0d38fc4fb164e45e4096ab6375cab 0.26 MB 519 23
345,000 345,000 0000000000000000172bde54cad0b002c35c89a2a67d82c02bb86ea08c6b54cc 0.49 MB 960 28
344,999 344,999 0000000000000000093e0a7eeab145cdcbb4ba5a21f05f465d291b9c78814653 0.58 MB 1,017 27
344,998 344,998 0000000000000000115a209f090bf1d5e774f20cf518791388379ff31f44bd2b 0.68 MB 1,389 28
344,997 344,997 00000000000000000ff182e7fac66f3d18110c8c7080712d94898a52e1b72a50 0.43 MB 528 15
344,996 344,996 000000000000000000bcd55b5ee370d7486dfe68581ce6ef2df12d2f4a721a15 0.75 MB 1,977 33
344,995 344,995 00000000000000001723eb8cccc3a31bf241dbcc91fe5c0298c73190db7c7488 0.29 MB 575 24
344,994 344,994 0000000000000000011eaaf73c176e9d580adb2c54246dc40c9814b3ee1ef00b 0.49 MB 1,096 28
344,993 344,993 000000000000000007f3aabe32be69b6c7d92d704cd7ada8ecf1da446defce3c 0.72 MB 1,382 25
344,992 344,992 0000000000000000131409d613d0afe41dd5cbb52611d49963f345ebfceedf5f 0.45 MB 1,051 27
344,991 344,991 00000000000000000c35b852ef154f31a64485b7f1d05a57460c313bf36c830f 0.97 MB 1,930 25
344,990 344,990 00000000000000000ba8420e08cb7aa2da9664b8f9613ed84c6b5b54e446c731 0.04 MB 117 33
344,989 344,989 0000000000000000151d9311d49a8ca320ef524eb788d25c5d27c1bf9c2ebd82 0.37 MB 803 25
344,988 344,988 0000000000000000068fff8d63f5e0cdd56772ad69e8e0a3c64c7dc1334f272b 0.00 MB 1 0
344,987 344,987 000000000000000015c8d6654f5291ac01558c3756aabfcf3c8affc05e3fbf0b 0.17 MB 337 25
344,986 344,986 00000000000000000efce85a17a9a924a895fcfb6154b1d30f0f0f72c7769e2e 0.61 MB 753 14
Previous 10 blocks ↓
Total Size: 769.03 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,625.60 GB sent, 93.03 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.