Memory Pool Memory Pool Refreshing

8,067 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,843 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,518 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (797,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,332 110,332 000000000000bc0f0980966c17ee5bd36fb0e222361f6fcfd59a6e967c0b1d78 0.00 MB 12 0
110,331 110,331 000000000000ecfd63ba328d4849fda9e9005f898c9f7907f64533d9aa9c5feb 0.00 MB 12 0
110,330 110,330 000000000000d74f6c3a1af7488e0b71aa3efaa5724dbbf6fbb2e992cbba3321 0.00 MB 2 0
110,329 110,329 000000000000219e6c4fcd187cad0cdf9dc9b2a11087036ff6cf4542be4ae8d8 0.00 MB 11 0
110,328 110,328 0000000000004ba86fe31433859fd8ef55dfa5675f9668843b8982fa03a60f58 0.00 MB 12 0
110,327 110,327 0000000000004aa91557f96c10d03a760ccce8d82789026baec5a00b4f710baa 0.00 MB 5 0
110,326 110,326 000000000000f8d77bab5fc812c36b1446973eb369c309f240a808ed25ffe43e 0.00 MB 1 0
110,325 110,325 0000000000015117b56e5a954ddbb7b2084ca04920a3af15a2ab96c4234363e7 0.00 MB 12 0
110,324 110,324 000000000000a689523f4d2ff6f5d7500c7ca1c3a5a8e1bf832f1e8535a80841 0.01 MB 3 0
110,323 110,323 0000000000007420795a8da3cfaab2820b1b74d7fae6737a0a5bd616fef9846e 0.00 MB 11 344
110,322 110,322 0000000000003a632ad8bf60b3606d8d4c1cf96e907b3ab6277ef5bf9ed13e62 0.00 MB 14 430
110,321 110,321 0000000000006a7f05f4c1b4ded0df368f74c9080f6aa60a88de698b46c738ef 0.00 MB 13 0
110,320 110,320 0000000000007f6a1bb52dfcc69cb6ccf8ed1073900fcff1a71f94b6467951b2 0.00 MB 12 0
110,319 110,319 000000000000999c30eaec8ed6fab8ab46839f6ee8861a45e859e1467463c3ca 0.00 MB 11 0
110,318 110,318 000000000000e5c1a04d97b82df5bd91d3150ab14cd81b2f7632e107b3ee9560 0.00 MB 11 0
110,317 110,317 00000000000167f98d0fa300dcb54bbf59eff25a8fcd0d2536c892c7a0e868bb 0.00 MB 10 0
110,316 110,316 000000000000fdb755bed452afde2f429e4a582c91168c5719dc18c025d6de16 0.00 MB 12 0
110,315 110,315 0000000000012aafb799cc63207ff5d59a811c060df13d3ae778ac72e5347585 0.00 MB 12 0
110,314 110,314 000000000001992a8f9f54b7213338f6be53c483f46ab63a668e987bade6bcfb 0.00 MB 15 0
110,313 110,313 00000000000182fa5d6a6824a2f1b815d0d5ee1aba2fb69cd8f885baed3fc6df 0.00 MB 5 0
110,312 110,312 000000000000739eb81fdcede9e991286a9e224f214cb72357af08931e47db39 0.00 MB 13 0
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.10 GB sent, 94.16 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.