Memory Pool Memory Pool Refreshing

3,641 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,567 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (718,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,984 188,984 0000000000000417eb8b5a3fd1ceeb06683c21ddb061e6a476381f6eadf1b1d8 0.23 MB 513 312
188,983 188,983 0000000000000727c09418dd13f961bee461c77fb4efaa0c3b6ce816bc91dc2f 0.00 MB 8 92
188,982 188,982 00000000000001954be5998581c770be280e847689955a8d80d3447578ea6621 0.06 MB 112 116
188,981 188,981 000000000000050369e643e607cfb42c9011d371ebed541367ee060b7fabe1a7 0.03 MB 73 215
188,980 188,980 00000000000003d00cd83b1d617b1cee08c31f9915d2dbbcd6c6c9fd55ca85aa 0.02 MB 66 393
188,979 188,979 0000000000000849e247c185dbe7a84a68b56f892066aedd30d8f7c56c00433b 0.04 MB 73 113
188,978 188,978 000000000000093b92df643beb98bd2feaf9cb79a74356bd28d5464cae4a44dc 0.01 MB 39 0
188,977 188,977 00000000000003f30f615f5c2f9408a7d8df8db719249ab6268dc8dcd9048e7b 0.16 MB 64 40
188,976 188,976 00000000000000b58e766b114bce66960cd494e739154c19b4383462997b6718 0.00 MB 11 16
188,975 188,975 0000000000000611952297e84f8e44270f6292c09321bb940c3b68c2ac683d8d 0.11 MB 279 190
188,974 188,974 00000000000007d58f6ffa84118f534eefaa2b7fd6fba7394d05da3012d3c966 0.03 MB 32 6
188,973 188,973 000000000000012ad15ebb37c8b39cd897a450f25771161dc18d6be0d5b68e61 0.08 MB 213 97
188,972 188,972 00000000000003cbe2352657b57b85340b75278f0b9c19e0084b5c5318dc19ea 0.00 MB 10 0
188,971 188,971 00000000000003465fcff7c34ab58c71b714230ef7531a662dbe1a20a3afab0f 0.25 MB 651 135
188,970 188,970 00000000000004e5fede30c374e8b8b50d9cb5165aa28c7aadd06c5aa7abcea8 0.15 MB 215 106
188,969 188,969 000000000000096b9f299dcfddfd36cfb9b98d1d2ca84986ec5d636b86d00c1d 0.26 MB 458 100
188,968 188,968 000000000000083ba203506bd2aa2efd54962e501f9f7cef634e4cc900686b4c 0.01 MB 53 34
188,967 188,967 0000000000000236641f61b12ef110099d934c4243eefcfb863f8b83b7b8895c 0.05 MB 129 132
188,966 188,966 000000000000016b140537aa1573aba0805204fe22a6dec3fb55abfd859bb203 0.25 MB 509 116
188,965 188,965 000000000000062461c05908b001f922bcfd22021510654ca8aaca41b320c11b 0.05 MB 135 140
188,964 188,964 0000000000000830846cf645de63df86a9b10fd8aaddab874841c4fa3589d787 0.11 MB 170 103
Previous 10 blocks ↓
Total Size: 769.05 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,627.27 GB sent, 93.11 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.