Memory Pool Memory Pool Refreshing

6,067 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,872 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (715,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,501 192,501 00000000000005fde0f8ac3f1aebfd7e194f93a4823df3d292cdd1e363b866a2 0.29 MB 671 182
192,500 192,500 00000000000002f229deb68fa8782cd3697fcc33be6fe819fd56a00402055d17 0.04 MB 119 68
192,499 192,499 0000000000000523dfe73baedd4fd760b068d0438f2211509681b085bbd1a36c 0.00 MB 9 186
192,498 192,498 00000000000003723fbdb52420c4db014b28add054b421597b042ce3572c64ed 0.06 MB 167 136
192,497 192,497 0000000000000306a71e4600996f99be006b80c7a9d5a3f7b1ba1d4249621e68 0.01 MB 32 0
192,496 192,496 00000000000003874fdec516858ff92f07fff60c3e12633a038c87b0bcb5fbe3 0.05 MB 92 82
192,495 192,495 00000000000006a0f953013aa5eab6895602f97d96e5e51ec08515d6e50deebb 0.17 MB 351 93
192,494 192,494 000000000000046f3dc7d27894a92ea7a4fa96c485bc90ba0fd1e106f9402dde 0.25 MB 477 96
192,493 192,493 0000000000000590bc31c146e38287315319e54777ecc8df2547aee41f81db3c 0.20 MB 806 224
192,492 192,492 000000000000029068fbea81ed433585c619a04c586bc39011ce6a5f6993ae3a 0.09 MB 228 154
192,491 192,491 0000000000000251b051d61bac2a07914b3f5920273282232a856347bda97ac1 0.04 MB 105 1
192,490 192,490 000000000000010da92dfa04de34c991ef474dc04603719325b9e1a444014f2a 0.05 MB 133 59
192,489 192,489 000000000000067daaa95da41d72667dde0aefe62910472b405b4461c7a4c826 0.15 MB 390 169
192,488 192,488 00000000000000d666054cb6694b7b79ed0dc38667133a40f51f08e292ec1b32 0.05 MB 117 110
192,487 192,487 0000000000000786a5315fcbd4d5193cf339bc2860ef4564f0d3dc2a9a084d41 0.25 MB 525 173
192,486 192,486 000000000000057515a0684bc62db5719a98338f80330b5ba3919b99bbea7c41 0.13 MB 452 173
192,485 192,485 00000000000005bd2a4e77f577fd61f374429430f83de8c50e213a0b7a758add 0.27 MB 604 175
192,484 192,484 0000000000000082ce59bd1b725acc3e2cf948706427f561d6d882b20a12fda5 0.00 MB 10 15
192,483 192,483 000000000000075250f611ffe119ebba45aa085ba7a5e0188ab9bbb4b20eafa2 0.05 MB 132 47
192,482 192,482 000000000000008f43dcac7ef380e03fb065d9bb520057187a7ecaec5d6d70f1 0.08 MB 313 29
192,481 192,481 000000000000020e5e4ed55aaaab9cf3aa1bbca102ee7c8577b6c5b15d8e682f 0.28 MB 804 104
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.56 GB sent, 92.76 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.