Memory Pool Memory Pool Refreshing

2,122 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,639 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 2,102 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (892,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,025 16,025 0000000004e2cc8ed57c7fa3b6c199c5f67506cd9a1fdfc8758926c25421355d 0.00 MB 1 0
16,024 16,024 00000000bc4d5fc25814c3d4b11229b7f43b7c2d3166359d1a0bbc4202a2afef 0.00 MB 1 0
16,023 16,023 00000000a8813274ed3780c6242c82fc11ae0ae0ac2c4e1c017eca090b6ac447 0.00 MB 1 0
16,022 16,022 0000000050dc50982063308cda4e25b5858d88bd2b4c6c8fee956931635cae5e 0.00 MB 1 0
16,021 16,021 00000000dfaa755853857f8d24d8acea408bf34bde9eee65fe93e6c70f00d1e7 0.00 MB 1 0
16,020 16,020 0000000042f8c7bc7ac455b148301329c00573506bae6336a93a67008cffb052 0.00 MB 1 0
16,019 16,019 00000000dab1b07833f790cc43b98c8fc61fec924b13e8cc758fbf22ac73e2ad 0.00 MB 1 0
16,018 16,018 00000000d1af73ec208764db51c957ffe8db3cb7899134ebf298f6f5c63d1869 0.00 MB 1 0
16,017 16,017 000000001f5c569d64062630a4b49c77d68c4cccbcfa9783aa0da01b288f5f69 0.00 MB 1 0
16,016 16,016 0000000022f29736f5a160aee5c6d0c8f63b456d895e4d1f438988d6d8e24b8a 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.33 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.