Memory Pool Memory Pool Refreshing

4,503 transactions
1.68 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,965 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (389,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
518,501 518,501 00000000000000000008530314ea26aac04ad0b2b5595c69e2d2f2d18c1d7fbd 1.17 MB 1,564 21
518,500 518,500 0000000000000000002deaa05c9c7709748e10f47ba8754cbc4d019e49dea1d6 1.17 MB 1,959 9
518,499 518,499 00000000000000000012f9730cb0b4ad4cad92cd4a56085091170a01ec51a22f 1.12 MB 2,335 27
518,498 518,498 0000000000000000000d2e7c01923c8d867c86fabfaf7f131aeaabc9f3773867 1.20 MB 2,781 33
518,497 518,497 00000000000000000016c5e6cf57157e46951c85d125c5c733558a00505877e7 1.12 MB 2,573 17
518,496 518,496 00000000000000000045927615fc2d774578106030144d62224c6c8c883650d0 1.13 MB 2,115 11
518,495 518,495 000000000000000000374d6894f99187bca9b10d61f96976caeef5f70c144ecf 1.12 MB 2,298 26
518,494 518,494 0000000000000000000328c28785ede49fc0b25d21722b67fe7d0b25a12dc597 1.20 MB 2,652 37
518,493 518,493 0000000000000000003bf70b71b613ee82c53175f8c940772dfff9b6de75a55d 1.19 MB 2,541 51
518,492 518,492 000000000000000000048981c5174773ac73351add66887fe5e75db3961f9399 1.09 MB 2,274 7
518,491 518,491 000000000000000000007a3bf738846c2c285394d765f1c946f0fa6a7eef1165 1.08 MB 1,331 12
518,490 518,490 0000000000000000000b5f738e14d7aa4f8026219b0c6e2be4252130fa371753 1.32 MB 2,635 38
518,489 518,489 00000000000000000048c231ec1d88e99b490947d02adecdc4b9372c712d1e07 1.33 MB 1,650 26
518,488 518,488 000000000000000000203285ed3cdc4928fa74ccfc9a278c4a79caf09a0d00b1 1.17 MB 2,206 32
518,487 518,487 00000000000000000000cec563ad419c5ec55ea1ba07da58eb4dfce906df3273 1.30 MB 1,231 18
518,486 518,486 00000000000000000009974f7174bfb745d7bd4ac4b8b86371dcecc5c52b07d9 1.21 MB 1,700 27
518,485 518,485 0000000000000000000acf44fc55b4d9e12da3b4acc30bda75929b793e9a1815 1.24 MB 2,928 24
518,484 518,484 00000000000000000037cd729f9a278fa2beac1a632a166fece6020439cdcd96 1.10 MB 2,330 69
518,483 518,483 0000000000000000001c5874d874f31ef8d6d7b8e0aa8586773467fb57136733 1.06 MB 1,045 9
518,482 518,482 0000000000000000000bd6a8cfdc7aab546e16af9dacb45a28a4396903b1182d 0.27 MB 607 49
518,481 518,481 000000000000000000216dd2bc1e9c9db8cdb6af367b0656fc60c20f815aa228 1.15 MB 2,187 13
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.