Memory Pool Memory Pool Refreshing

9,363 transactions
2.89 vMB
Show Random Selection Loading Transactions
Max Size: 17/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 ago 1.00 vMB 3,840 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (791,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,371 116,371 000000000000b31256ca54eebcf68ff9a394f7c52ad95604c83e10d255c68783 0.00 MB 12 337
116,370 116,370 0000000000008eaed224adae5787069dcdb00e0d8bfaf0ee77c84b0af51e50af 0.00 MB 16 0
116,369 116,369 000000000000873109865404432a897d9c0ab3d584098f94c2360ed87dbe0efe 0.01 MB 9 499
116,368 116,368 000000000000e5efd0fad086ab1ce5123b99859b31007c8e1b9b4ec049ba0fa7 0.00 MB 9 636
116,367 116,367 0000000000007fc4a64e6b6d6e378c424484ef815061430b4459de3a73076d02 0.01 MB 4 0
116,366 116,366 000000000000e6887aa052353549c25d62529512140cbf11028fd58af11c34ed 0.00 MB 10 853
116,365 116,365 0000000000007272050605e3dd32d50e2f1c00c3d07a8c775e4b6b999da1ee93 0.00 MB 10 970
116,364 116,364 0000000000009437402e20aaf0bd05219067c6b4c6d5c1399e903684987ba39d 0.00 MB 7 779
116,363 116,363 000000000000da5d221776716d2544907cf84fe0b159d7ce641d99a1b3ae0f7a 0.00 MB 9 0
116,362 116,362 000000000000d5c3531ca12acd11756214cb18c693652e1f9a716d9736f81b19 0.00 MB 11 0
116,361 116,361 000000000000ce6f2a5621bbdadbd5e14db2a7615ac3f60b06b2af7ac894c3df 0.01 MB 26 712
116,360 116,360 0000000000003fa56f157b0f665ae8406743255a3fae89bfb5f9a08aec4f0603 0.00 MB 11 681
116,359 116,359 00000000000009ade118e8ed49c9f8637fd1df028e0a2ca6ce7e5a5568291bae 0.00 MB 12 670
116,358 116,358 0000000000007ca33dc32c078064d314a53b169518c53ea28f2a784e41735240 0.01 MB 32 226
116,357 116,357 0000000000009d352088eb4142b5075060147932e22833dc96dda7485625b27f 0.00 MB 1 0
116,356 116,356 0000000000002227fd5657a0b7f273e8b320facf411f23c12b7a57785507fe1d 0.00 MB 12 677
116,355 116,355 000000000000cf58058e56bb48374d3d7f4b2c46cbcc4c4bddc9f353d4f197b0 0.00 MB 12 0
116,354 116,354 000000000000ef54c1c81cd5edfa3fcac2fa4e2db6e6bcfda84b26a53cee579c 0.01 MB 21 298
116,353 116,353 000000000000efc20fe718436b9e62c74c3e04d6d87d6a4c26d286ddedf964a9 0.00 MB 14 712
116,352 116,352 0000000000008aac652153935eaacf055ff54d39bb4a86cf3b62a256ef96d358 0.00 MB 12 1,076
116,351 116,351 000000000000ad098a3241fc11f5c4cb29305b585de7b852ec245cc6483e5025 0.00 MB 4 1,089
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,642.49 GB sent, 94.38 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.