Memory Pool Memory Pool Refreshing

7,219 transactions
3.33 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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
908,583 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,777 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,582 (892,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,015 16,015 00000000891b350f3725a16add9a4699a5378599ebfe94d4fb10ab552283a702 0.00 MB 1 0
16,014 16,014 00000000413b3575899573f069f66654e095c6dcb8f3ca6f0fc70dc31d1070dd 0.00 MB 1 0
16,013 16,013 000000007291804cb96bca51ffa31a9b641c003c226f5794986ec825db87e246 0.00 MB 1 0
16,012 16,012 00000000c8cff9724b6a4a4bed77b2d7bd29fef65afd421414094a755dbc8c66 0.00 MB 1 0
16,011 16,011 000000002867ec6b4f846dfefa31f04eab7c8d1d003b04b17e2b4e236b617750 0.00 MB 1 0
16,010 16,010 00000000ad8c9ffa95542e37f5619ca44fb5fcae2799993ed6b8d0e5c8c4a5aa 0.00 MB 1 0
16,009 16,009 000000007a094af32712be4053c937f1309a940d6cdbfad0c0736eb9edf4713f 0.00 MB 1 0
16,008 16,008 000000007b2326b46defa6b2de8b944dd40a2aa0dcda0699ababf8a66ca79fad 0.00 MB 1 0
16,007 16,007 00000000d840378aa06f4eb5107c7ce73e06bed423c1dce69eba3ea55a892d96 0.00 MB 1 0
16,006 16,006 00000000091a33e6c8547ef17ceae34575e07879c86a0347e807c0d8f0862f64 0.00 MB 1 0
16,005 16,005 000000004f3979e3151488f660f1fa8ea0378a85eb4d58f8bfa917d78c3cd133 0.00 MB 1 0
16,004 16,004 000000003597ef4dfbf427465964618bf64aaa05328f88b3dc631cf47874e461 0.00 MB 1 0
16,003 16,003 00000000ae24015a9065a392d446ec4d77ad450898bf97420e711bf114722ec7 0.00 MB 1 0
16,002 16,002 00000000109cd1deb00b045c8d691c544ad84bc85e1ed58db23f33495383e873 0.00 MB 1 0
16,001 16,001 00000000bfd11dbf1115ca74217c55ab3938e59b2cf91d862c00354b65023043 0.00 MB 1 0
16,000 16,000 00000000679a1ab3af6da03f13a0bc96d7215e65458b2d2edfa030b5b431e8b3 0.00 MB 1 0
15,999 15,999 0000000096d8fe6171e3237ca5e61014259d002e70976ab6b5882f429755a310 0.00 MB 1 0
15,998 15,998 00000000b6e2598bd3bad9079fbc8a91dcccdf07c2c5f2247ac094fa67a0cc0c 0.00 MB 1 0
15,997 15,997 000000008fc12a5c88532f86cfa83cbcfabe59d48f7a4c799d2f18754dba5366 0.00 MB 1 0
15,996 15,996 00000000f99f9c6acfcd96853c27b8d502d6bc58c1c74d5eacf7f98a57c3b8e9 0.00 MB 1 0
15,995 15,995 000000009eee45a264b5f076ed39158247d907a998d0601415b53733ed269c1c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.78 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,848.91 GB sent, 100.90 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.