Memory Pool Memory Pool Refreshing

7,730 transactions
3.48 vMB
Show Random Selection Loading Transactions
Max Size: 20/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 2,261 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,582 (884,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,163 24,163 0000000097ddb910a967706c5961864e135262d0325ddfea2ea2443eddada413 0.00 MB 1 0
24,162 24,162 00000000749ef17ef16a1f3b8cd39b2d37d40e11a6747b3d78dd177e9a7f3528 0.00 MB 1 0
24,161 24,161 0000000064ebbf2f63ceca0b82ed75dc5fd087aabbcce7f053f785064120f50d 0.00 MB 1 0
24,160 24,160 000000006f1de3c40b391e1372402fcbbb038a8ec01a7c85fe65100ae3992af8 0.00 MB 1 0
24,159 24,159 000000001f58c3ae09f901eaa58f13f624274a005caa80631483e79d79862533 0.00 MB 1 0
24,158 24,158 00000000d335fe5b4e96ff86c05abcd4a27e6b7bc120a63453c49911e2e45229 0.00 MB 1 0
24,157 24,157 00000000eaae51d76834105d0df6ae4f1e34d6f05926c16516cc8343e46e7935 0.00 MB 1 0
24,156 24,156 000000008c949e57bbfff02c9f763448f40b4e0e5187e9be4304854661f103e1 0.00 MB 1 0
24,155 24,155 00000000cb676faefb467a4d973fb8b15219d0b1824746c44c78fd4c32477ac5 0.00 MB 1 0
24,154 24,154 00000000b2f9c0734407f1841afb7d810516027c2afcbff5a1eee14afad17b9f 0.00 MB 1 0
24,153 24,153 00000000b792b87fe4948cd03ca71ce7694eff4f410ac3b3fb75ff73daf9e171 0.00 MB 1 0
24,152 24,152 0000000003e8fce613da071328dae6e3a311118985eb77be2f37f8f5d692e910 0.00 MB 1 0
24,151 24,151 00000000d90aa9abfc18da30647adaab03582914943613e31c4502e5bc291a25 0.00 MB 1 0
24,150 24,150 00000000401a4e7e3ec7a4b926cd64cee91e34ebbda3cd56a5208874dcced61e 0.00 MB 1 0
24,149 24,149 0000000059766fec0f2d201b08ae626fb04468ea020c45ddeb3e34926b6ca805 0.00 MB 1 0
24,148 24,148 00000000cc1aa608f254094a172b2f257a215230e117648cbea74feaf13117ac 0.00 MB 1 0
24,147 24,147 000000006d1642671a37d38a39bca954d661ffebe5f2cf343330756b1d668101 0.00 MB 1 0
24,146 24,146 00000000705125e90203e10c5427b27bcc4ab82257d4931cb747ee9f4e796038 0.00 MB 1 0
24,145 24,145 00000000342f144f29daff3e2eb1f6243493206d18b795c7a1f05ff8a19db066 0.00 MB 1 0
24,144 24,144 000000008e8cace363230d6ce9a16929728626a93742c1517ec558a32273e140 0.00 MB 1 0
24,143 24,143 00000000e9ad012786b96043c4ee9ed81643328787c210a5c917b76efc15a7bd 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.92 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.