Memory Pool Memory Pool Refreshing

6,652 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,844 (798,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,408 109,408 00000000000118816378dfdec6bc5c119b0db0e4a08b280d136355aa3c802efc 0.00 MB 8 0
109,407 109,407 000000000000ecd8974cf40c43bccec81f7f9ccae716398fb8ff62c8e9a7bc45 0.00 MB 7 0
109,406 109,406 00000000000179471bb15b9c1b42a673485f741c4aa83efd859a9200e74ab1bb 0.00 MB 8 0
109,405 109,405 0000000000018e3e656eb1f48512d6f8db331a14c62fbd7a227669f892f1e6b4 0.01 MB 32 0
109,404 109,404 000000000001415cb699402b1cb8638952dd304052266118fa130d5d03d6c823 0.00 MB 10 0
109,403 109,403 0000000000010f582a65e26dcdfdddd0c34e6e64981ff3f838c205324fab2a3b 0.00 MB 12 0
109,402 109,402 00000000000118cfd55d57546b617611cb1d77fd92eae3c806cb76ec366f90b0 0.00 MB 12 0
109,401 109,401 0000000000002bc3ee7d655108ee549184e6010b3df190a0414042544fb2af40 0.00 MB 9 0
109,400 109,400 0000000000014ea4c61775674d689285f4d92877cf2123bd8c139a4235d7ddd7 0.00 MB 10 349
109,399 109,399 000000000000df7d46d08cafd33e5fd763bed94f70ca7c0c6385315091832255 0.00 MB 12 0
109,398 109,398 00000000000049d8d12cd0a15ede80a5143252fca0937c00b690b16eda7674e8 0.00 MB 12 0
109,397 109,397 00000000000077f4d98e8842464195d909dfcf783e108750e9c36fd8d8b9f24d 0.00 MB 11 0
109,396 109,396 00000000000199a35dc8951beb60d54524bf101d3bc73fbabe7380dba94787bc 0.01 MB 45 0
109,395 109,395 0000000000006e0e32cdcb77c83c20a7689cc29149a477c9fc7c6656023bb071 0.00 MB 12 0
109,394 109,394 000000000000dfd67c2fe976cff232167c489c80afa8791783e0dcbf2c2d36e7 0.00 MB 12 0
109,393 109,393 000000000000ebb0939241e8f4af96962fb0c80f1031dd74bfd914824a1254b1 0.00 MB 10 0
109,392 109,392 0000000000019fc8e41fb0af7933455caa048474583aa57ca08217ace34c9a68 0.00 MB 11 0
109,391 109,391 0000000000000de9cd13c956bda1ac57cd152dd92ed71b2b7a9d4c7c14df7099 0.00 MB 8 1,119
109,390 109,390 000000000000098863fba6292612c0b704a4bdeacae8910acc5d76776230c1fe 0.00 MB 10 696
109,389 109,389 00000000000011f58f1df4bc89c0d99f3fd272c4c87bbf41e02617284b623ae7 0.00 MB 11 0
109,388 109,388 0000000000019289e5a8d942b7cee243e52c18f0ebd442bfcf57b194dcee503b 0.00 MB 14 596
Previous 10 blocks ↓
Total Size: 769.25 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.15 GB sent, 94.18 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.