Memory Pool Memory Pool Refreshing

4,853 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,692 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,562 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,691 (531,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
376,425 376,425 00000000000000000f8ed62397b82b10e56b9aea309fb18c37985d1405808c4f 0.19 MB 345 31
376,424 376,424 00000000000000000a139910e07ae6830917efdd25fa0c5e8999dbb8fdd402cd 0.63 MB 854 32
376,423 376,423 00000000000000000cfe6bcde300320e7f143a687beb7d37c79b5a8e557eb06b 0.30 MB 558 39
376,422 376,422 000000000000000010049c9a8f7e1e555aa0f9bf04d889d1e28459379cd74968 0.10 MB 187 28
376,421 376,421 0000000000000000090992e1756a020e6b7b7ecccbe360c43fd5443912ea7687 0.57 MB 906 19
376,420 376,420 0000000000000000037e4d86180657f254d940934103282e388b89fad8a45837 0.93 MB 1,983 49
376,419 376,419 0000000000000000111ab187701483b329f2c4138dbba1bf83eb21bc1fdae3a4 0.11 MB 159 25
376,418 376,418 00000000000000000d7b6073ad1835dcb7d8f87f9cf61971e46022dd354fa6ac 0.61 MB 1,267 36
376,417 376,417 000000000000000003e3dfdfec210fdb1aa45be8fb8f89fe877f9a626c1d57ef 0.15 MB 151 61
376,416 376,416 0000000000000000078e5fe77746e0ff89abb774f0b2d955c8f67a3a933e2fa1 0.20 MB 415 42
376,415 376,415 0000000000000000081c998591b502b6be340aa9c84db85658af0ab7ebeb8192 0.17 MB 336 34
376,414 376,414 00000000000000000f54278d26d92b0b8ac3555c0d9aa5dc4edaafaa17a9cf2d 0.42 MB 719 32
376,413 376,413 00000000000000001046fbe5b7f324f547d2a5566c0ad6f976a360a4a373ebe5 0.49 MB 747 32
376,412 376,412 000000000000000006a257845da185433cbde54a74be889b1c046a267dcf4ab2 0.55 MB 870 38
376,411 376,411 0000000000000000122dc57a2e890232e79190dd465953594d7d6604e41712ec 0.46 MB 883 37
376,410 376,410 000000000000000003ff19902a8e64b6f5bd10920a0a4dc157bdfe1067378e62 0.82 MB 919 18
376,409 376,409 00000000000000001046da1460d91996d0409b81b325437a1c65b568b596c9fb 0.85 MB 1,541 35
376,408 376,408 00000000000000000bd72ba17aa30c22de78e04b771aab9d1fe118a1d7c0d3d4 0.92 MB 1,054 23
376,407 376,407 0000000000000000009ebcfaf62766134278155d0971fc6d8db57e3f9db12587 0.23 MB 495 42
376,406 376,406 00000000000000000c17c3b76f0c3876ab9458dead0b5680c0f375304eb89517 0.95 MB 1,411 34
376,405 376,405 00000000000000000bd8e844ccfe724af5fe5e034e59343756c6464df3af706f 0.92 MB 1,454 27
Previous 10 blocks ↓
Total Size: 768.97 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,615.54 GB sent, 92.65 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.