Memory Pool Memory Pool Refreshing

5,301 transactions
2.14 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,643 (901,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,123 7,123 00000000405b229075e2387c98d634269db3a4bbd970069a9a8bde25c510760a 0.00 MB 1 0
7,122 7,122 0000000032a670c80014c92a1eeb8df33d40ce8f210637a77be6ba7420fba919 0.00 MB 1 0
7,121 7,121 0000000035b519782a3ea1d45ff93ff00d5df251cbf9c6f424d76499c111f67d 0.00 MB 1 0
7,120 7,120 00000000ba286b6fc8afbc7d0c525d0077d559350a808b550f9a71df0eeeeea2 0.00 MB 1 0
7,119 7,119 0000000010e1fddb76167cc0875b7f1bcd88292b2bc3debcbfe711a3621ce48f 0.00 MB 1 0
7,118 7,118 00000000c415bb92bba299ddb277fcb51f371ecaaaa863e81586f3838b1e9bd9 0.00 MB 1 0
7,117 7,117 0000000089ee8982ff631530434c1711a2df57503002552c77caafbed3fa9c0f 0.00 MB 1 0
7,116 7,116 00000000ba65dbfff54056ce5454b382dca6c64a15e435ffa8a6d1f119d25371 0.00 MB 1 0
7,115 7,115 0000000044a5854add7cedd006a413cb5fc06e3b6c4ddf6d149f23c6ebe6422a 0.00 MB 1 0
7,114 7,114 000000004ca6164ff68a48acdfd3b58ac435cccb3accb21a7dd6235df34428e6 0.00 MB 1 0
7,113 7,113 00000000696871adf5dcc1f96a07267c950875fa86edf9a0734678ca50812646 0.00 MB 1 0
7,112 7,112 00000000127c54aaa91faa3c9a2b9d9c2526936703122b5b6fd38d2ef21735bf 0.00 MB 1 0
7,111 7,111 00000000fa07bb9eca2ba3e614471ed6cec04fb1e3d5d4c8ba6b90587a8ed7ab 0.00 MB 1 0
7,110 7,110 00000000c19cb1fd730769e13f243bab5338163c044e5067e5b2a10e61159655 0.00 MB 1 0
7,109 7,109 000000002a555569598406c445badcbcf4af893f20d4c6d2c238802c53436511 0.00 MB 1 0
7,108 7,108 00000000adee5d7e2d3fd6b4b2d44f1bea1d1342d1dab9db7441b782383fa3bd 0.00 MB 1 0
7,107 7,107 000000006298b2185338010a1ecb305b7197071a1a0ca5c5b31a3f9bb4af4927 0.00 MB 1 0
7,106 7,106 000000006fc251fff0970e90d49897132adfe8cfb32e7e998d05fe42bf17b151 0.00 MB 1 0
7,105 7,105 00000000ca844600025aa239105586f08b88f3c384f318918c01b3f7865689fe 0.00 MB 1 0
7,104 7,104 00000000e56221fe739b4293f144e3e3345f729599a5ac97d35cf26ca38c8950 0.00 MB 1 0
7,103 7,103 00000000ecbc3550f96e5cf97c35a266eb0a55a316064a2d2a7da7111322c9e8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.89 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,851.27 GB sent, 101.39 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.