Memory Pool Memory Pool Refreshing

3,790 transactions
1.35 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,701 (766,487 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,214 141,214 0000000000000652f96bfe6fc8f0599ca0a6ddff39afdee1755daf31284ca751 0.01 MB 25 110
141,213 141,213 00000000000005daa03ac598c4851b9ad19c255886a9ab9bd13aac7d9cfe2acf 0.01 MB 12 392
141,212 141,212 000000000000039b188af638f2abb4894237e8dec9b541b6cc25f2767b0463c1 0.02 MB 39 371
141,211 141,211 00000000000007376a589813f2e0473f291199127e86254ba64fab71cf7f27ff 0.01 MB 21 99
141,210 141,210 00000000000004b647192275840ff27f1baa67d34637bc10c58af7ce17aa42da 0.00 MB 13 12
141,209 141,209 000000000000042fcaa8656a9e44f65b3b953ab04cfe797df5bfb4d064c07e8a 0.04 MB 130 1,839
141,208 141,208 00000000000002ed9c752e30fd69d5c319b32df811285902cd3d439731ea136b 0.01 MB 35 102
141,207 141,207 00000000000002553560719a3c8ca9e7be3f7a85e361fefe2b9ba87c4eb6b2fa 0.00 MB 13 196
141,206 141,206 000000000000071767f8e1a158db2dc37ab411d46b25b9bc9040b69c8173f0e9 0.01 MB 15 188
141,205 141,205 000000000000074e3c8ea99608e453d6705419cc2dcef49cc7913ddaf9cbf251 0.01 MB 9 514
141,204 141,204 00000000000007ede550c0f5ce696d3797ffc4034c15fcac0065001d70674a05 0.02 MB 91 42
141,203 141,203 0000000000000767081b5780012592c730c74ce0c23b738e7a22a61dd8a4b6e7 0.02 MB 68 276
141,202 141,202 00000000000005a857d5ec9dfeeae522f487c6b67447f9063d6f07a242e5744e 0.01 MB 37 250
141,201 141,201 00000000000008ee07e2d81431081f14156d36bbb4bedae9727aa918352c1620 0.01 MB 25 360
141,200 141,200 000000000000085673dbf5dd9cebb8f414b4f6574db7ce8e999d25c66aba95ee 0.01 MB 19 741
141,199 141,199 00000000000001bdc742c18d78b26dcc7be80d78306a7b893dc85557993c37a1 0.00 MB 4 64
141,198 141,198 000000000000068464fefeda4ecf5c413e88e9e82ecf09be8676a45a735104a9 0.06 MB 32 80
141,197 141,197 000000000000007b451690c6d91d03b00c8d270f9f72d9f3b24208bbc60b30d3 0.00 MB 6 126
141,196 141,196 00000000000005b19586ecdea2304845b9eb3ed92ba2e800054699c53bf0b280 0.04 MB 147 438
141,195 141,195 000000000000003dce467f9c16588931566eb8da306795e59ef8cfe321fad79d 0.05 MB 124 250
141,194 141,194 00000000000006ef7d5e8b24772fb5c110e8a34de6ec5eae5dcefab1b4dc598e 0.05 MB 121 108
Previous 10 blocks ↓
Total Size: 768.99 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,616.53 GB sent, 92.75 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.