Memory Pool Memory Pool Refreshing

13,418 transactions
4.06 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,674 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,813 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,673 (660,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
246,680 246,680 00000000000000805361bf1b23acc83f46140ba97b74ec6922b8f011ecd2e5c8 0.16 MB 354 235
246,679 246,679 00000000000000779948b80f84c617aeab9eb7f6ab5fb430aa914e6d57109ce0 0.12 MB 32 14
246,678 246,678 000000000000004ccc51f24456660e4a1e0ac2c7d4fbf72d9c5fbc758b3c0ed4 0.12 MB 155 61
246,677 246,677 0000000000000095c6c4d828bc0ac98c4eeb207d89eebcb637ab519ac4b1b66a 0.14 MB 336 138
246,676 246,676 000000000000004e3556f414b4d1a7c3d6444fc8c240b4c60804945db0e7e400 0.13 MB 310 146
246,675 246,675 0000000000000018af1cb86970de8937a1e7f8ea7f72d7891165b0ec72c06a7a 0.17 MB 403 134
246,674 246,674 000000000000002dd2b77c72ddd35c9c81294a92b5f5b1b276ca7491105703dc 0.07 MB 158 126
246,673 246,673 000000000000004b52d7c7622d35dfa4e6cfca9c827468f441d9d17a5cfdc259 0.01 MB 24 354
246,672 246,672 00000000000000593722e5510983de8bcbb0d849a4650b87c82fbff4eeaa5e32 0.06 MB 131 149
246,671 246,671 000000000000001e6127571f2f33b9154b3646b1f7979dd4c089cdfac047c45d 0.16 MB 338 174
246,670 246,670 000000000000003223066a457bac29c52d04d2d9e75b00683539c37de45bbdaf 0.10 MB 208 116
246,669 246,669 00000000000000878c30a45104c48fd4e8037cb5b3ba1e14dc4d8bef72eff1be 0.25 MB 618 158
246,668 246,668 000000000000007c67163cfb664df3ea20a37a3cb32dbbcef8e51ce77b1928f6 0.01 MB 19 103
246,667 246,667 000000000000000bbba1ac0b68401249250fba32b401b129569fe017521c2d0e 0.01 MB 29 50
246,666 246,666 000000000000006dd7a8e7e1682c977d9f60d3541f0484e1552c79f2753b81f5 0.13 MB 218 116
246,665 246,665 000000000000009f6af88a516bbd0ebe7ee777b24daf7aed6dad2776a44599b8 0.25 MB 656 175
246,664 246,664 000000000000008998e4c580ea5873de752764c20789a682be06ac36efdd741c 0.02 MB 47 134
246,663 246,663 0000000000000045ff54bfae49870a2825ac5391ede68a6ff6952bb193b014bf 0.09 MB 176 109
246,662 246,662 00000000000000339092e1e3e1ae3fd6ddf6fd2319a8d355cad4ace41ad01751 0.11 MB 306 186
246,661 246,661 000000000000001592982a19798d34d91320876d6e1fbe11aa5424b8343398a9 0.01 MB 26 128
246,660 246,660 000000000000004379242e488fb3f6d2e087c1ee73be6b19eaffcbb0b9f35bcd 0.09 MB 172 132
Previous 10 blocks ↓
Total Size: 768.93 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,612.82 GB sent, 92.49 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.