Memory Pool Memory Pool Refreshing

2,755 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.79 vMB 2,749 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (21,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
886,554 886,554 000000000000000000025ebcfce7d044336a21052ce6682755e704c2b62c46a1 1.58 MB 327 1
886,553 886,553 0000000000000000000209ba755baf6464c552d3e9699c7ab8e5e3001f2dc8a8 1.51 MB 574 1
886,552 886,552 0000000000000000000288fecba65f96c3bfd8b6865ce28f7f6428569ed3f2e7 1.41 MB 2,406 3
886,551 886,551 000000000000000000010b801947d6de6d30540f540f28c1b2a34494aa92ad44 1.69 MB 2,822 2
886,550 886,550 000000000000000000000f4424955f7f78d1e88376714b88311ce140ef0619c0 1.56 MB 3,793 5
886,549 886,549 00000000000000000000a359a2b660f348d0b17c04512fed44c81092757c8da3 1.60 MB 3,322 5
886,548 886,548 00000000000000000000c3e223afb505c793db8d13c94ae45a5211ebde9a5df1 1.57 MB 3,109 6
886,547 886,547 000000000000000000006ae7ea6d81ce6a92167ebd0f3c58379a690189d4a472 1.66 MB 3,069 3
886,546 886,546 00000000000000000001231f32daae63dfa93330dbb722914b9b52d2f54044dd 1.74 MB 3,155 3
886,545 886,545 00000000000000000001ee231fc478fceedc9da6cda33c2849d87ee62b19c1d3 2.11 MB 374 1
886,544 886,544 00000000000000000001082fc6a7d76ce96e596789f92a937875e8ecee5a800b 1.84 MB 2,636 2
886,543 886,543 000000000000000000022f3225f1eb67de1c17d361e05933c87d25faee8e6e04 1.93 MB 1,449 1
886,542 886,542 00000000000000000000438ab7e2ef47085741b815f85c65f566be5ddc1bc31d 1.62 MB 2,091 3
886,541 886,541 00000000000000000001595b3facd9c372ee6f8b99900f33749c3d4d19dcf6da 1.65 MB 3,679 3
886,540 886,540 0000000000000000000119f2bdba26eeb8086f44b846215891c4203055b12e58 2.06 MB 886 1
886,539 886,539 00000000000000000001f372bd6e2984c5088941b2f7188134ddc791a9c50f54 2.07 MB 834 1
886,538 886,538 0000000000000000000011978733e0edc30846128ca616cd5514e6313feed7bb 1.84 MB 1,332 2
886,537 886,537 00000000000000000001a6c6c6f68b21e5a834d926fd33fc8c1bb0648fe47c47 1.66 MB 823 1
886,536 886,536 0000000000000000000036a046674db10c8adfaf1a92c0c447731d8724584fdb 1.35 MB 1,678 1
886,535 886,535 0000000000000000000162683c4b619f16431b439b3e878f28a4bdca35bceeca 1.65 MB 2,474 2
886,534 886,534 00000000000000000000ee2e2ba5d7ac540349426959f5f614600b48a5beab76 1.56 MB 3,555 4
Previous 10 blocks ↓
Total Size: 769.23 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,634.76 GB sent, 94.08 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.