Memory Pool Memory Pool Refreshing

4,486 transactions
1.68 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (592,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,246 315,246 000000000000000030a315d0837dfcfacc4e890a3e84fcff533a167e0cb219ce 0.55 MB 999 28
315,245 315,245 00000000000000003291521cbdb7299b530b0cd31a1a608836f4e4dc0d84958e 0.12 MB 237 22
315,244 315,244 00000000000000003798fac37a9b831ea447bafb973ac64a00dee7686ecfc036 0.54 MB 887 22
315,243 315,243 0000000000000000283e4b28c50b60cfe668f265d649b05d6e7337072c286bce 0.04 MB 79 21
315,242 315,242 00000000000000002edea3e1900076dc0a20388e86e092ccf1fe0fd013bc7434 0.05 MB 123 33
315,241 315,241 000000000000000026edc4e44126c561ce85b20b8b14aacbc8eceb204305c4bd 0.51 MB 934 47
315,240 315,240 000000000000000005ba073e00b2ef405f981e29a0ab69e5bc0c3facf3f1d651 0.06 MB 87 21
315,239 315,239 000000000000000033c25cd85f5d0d0b531648d552409013803c5c2eb954f822 0.06 MB 45 2
315,238 315,238 000000000000000005f3819fa8604879007a4c849a5f28aa8328ad03251566e1 0.11 MB 226 28
315,237 315,237 00000000000000001038c234f54081ba799321e490b37cbe8ac7ba572573380c 0.64 MB 834 21
315,236 315,236 00000000000000001255e69e399e545b3db6d02103e01bb292f1be5f697e3e78 0.28 MB 541 25
315,235 315,235 00000000000000002323c7ea3a1e4830330d46072f6cf65a16ad28efd03d6125 0.06 MB 79 24
315,234 315,234 00000000000000002ba0f97afb4fb835d811070e50383fba521e14258e418ed8 0.11 MB 140 14
315,233 315,233 0000000000000000104e6161a017b169525e6486cac4bd046108cfd74164d996 0.05 MB 64 20
315,232 315,232 000000000000000031aa353f950d57294e7540b54cfc64ad68bc4e6a7761bd82 0.16 MB 289 20
315,231 315,231 000000000000000037047783d482d8a08a658a012e24e300d849a78736b51637 0.53 MB 940 28
315,230 315,230 00000000000000001fe80e80727f74f34555c0dccb1488c4bbf9c7b5bbbb4503 0.14 MB 246 26
315,229 315,229 000000000000000031003b23883ee8c744cad5ca115c9c5572b27dc523dafd11 0.30 MB 566 27
315,228 315,228 000000000000000005af8f6698db03199ad296138df1195aa407229f8c1f4727 0.04 MB 128 46
315,227 315,227 0000000000000000067260193f85de1a1450170a64efcf1042e2406eecc63a1b 0.09 MB 163 24
315,226 315,226 00000000000000003718220aa5008c8a5a04808ac4c73c44b3465c8ffa04afab 0.16 MB 330 56
Previous 10 blocks ↓
Total Size: 769.26 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.27 GB sent, 94.23 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.