Memory Pool Memory Pool Refreshing

6,985 transactions
2.58 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,949 (3,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,285 904,285 000000000000000000013a8cbf263a22cc6967586044d96f15c572ca5ae5267a 1.78 MB 4,545 2
904,284 904,284 00000000000000000000e78849dec4f63b9feeb89a389bd3ec3ff8dd31f17ad7 1.77 MB 4,713 2
904,283 904,283 000000000000000000018da2465713f29afbbd35a8c0e031f398749f2aee7394 1.75 MB 4,436 2
904,282 904,282 000000000000000000020f469372a9683e5950c9ef5033e2b0bf3f8e448f712b 1.71 MB 4,105 3
904,281 904,281 0000000000000000000194835558b76df5ad6ed3f5ae34b8c2e2432733a070d6 1.70 MB 4,237 2
904,280 904,280 0000000000000000000165083ccc169f77b053b5c9cecb193d49c48afc243046 1.81 MB 4,890 1
904,279 904,279 0000000000000000000181f6bf8b39c13cd388aa0ced908b6adea705ba8ec017 1.83 MB 4,837 1
904,278 904,278 000000000000000000014a3c03431bcb4fadd3e3a3aca34ad870b4ab43dc95ce 1.76 MB 3,343 3
904,277 904,277 0000000000000000000110a3fffd8a92c1729810bd0e5fc1ed6c74d078fc60c0 1.76 MB 4,331 2
904,276 904,276 000000000000000000025c648e2cb9fd3092375f5be114930c5bac4ad08e38a2 1.65 MB 3,628 1
904,275 904,275 00000000000000000000fa4489b1cd6d92b2d7a597f7dffdb28e1d34a614760d 1.71 MB 3,723 2
904,274 904,274 000000000000000000012a5f1b38f2599fb9a1453f3b176376551bf4ce36d899 1.61 MB 2,999 2
904,273 904,273 00000000000000000000b2a73a8a09e563974b67090addc0def59b4317941d48 1.76 MB 4,390 2
904,272 904,272 0000000000000000000136cdceb306dec3aecd6898e0fe972d4a2c759ca472f7 1.58 MB 3,656 2
904,271 904,271 00000000000000000000c7d032560bfba0104ee58b7304cda4c8e049272cfb56 1.07 MB 509 3
904,270 904,270 000000000000000000022c074734e39f954c3cb2c8edc49fb03eaca7c03b6dac 1.28 MB 1,665 3
904,269 904,269 00000000000000000000cc33f04621e8f4ec4b0e8f698af2b627b2fd921dc10d 1.69 MB 4,255 2
904,268 904,268 0000000000000000000112c0b467082ef8740b360cdd10d55d94ec034b87c424 1.61 MB 3,849 4
904,267 904,267 000000000000000000015d2c417499cb7cba6fa28b6c172071c541657120cbef 1.55 MB 3,146 7
904,266 904,266 00000000000000000001568f6c0338d7ae9e82aa84664b088c957cdc19eae199 1.69 MB 3,915 3
904,265 904,265 000000000000000000018f10b3e23431f3e4f9f0d6700704d0d706da30d46d9e 1.77 MB 4,551 2
Previous 10 blocks ↓
Total Size: 769.45 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,645.99 GB sent, 95.21 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.