Memory Pool Memory Pool Refreshing

8,953 transactions
2.97 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (600,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
306,922 306,922 00000000000000002df9739a5885093d6820013f508156f74830040e7dadc856 0.35 MB 734 31
306,921 306,921 000000000000000043cc64ff643f5ba7814924d6872b93b33476698adf72a269 0.13 MB 151 20
306,920 306,920 000000000000000030a43d6eea09d6b6eec2298f85f1aef1200bab8d697b06ec 0.33 MB 354 21
306,919 306,919 00000000000000003de67419390c1453767fffd690642faab28961cd7470dfff 0.19 MB 236 33
306,918 306,918 000000000000000040c1b39194e89c4f737d9d8f11247f48874c109c5fc78ebf 0.05 MB 16 1
306,917 306,917 00000000000000002ab122aa690f8ac08eae9e648a1bce5c858e3d45da4c1301 0.04 MB 34 12
306,916 306,916 00000000000000000adb950c37586f6f2d13c2a1d748d4eb4283d46baf4d1bb4 0.55 MB 755 26
306,915 306,915 00000000000000002c18b64742f1a913d0feb8d6fae688b211eb57b7ac192c73 0.19 MB 295 26
306,914 306,914 00000000000000003556bd849722e71329b65ca2de8996c1c8e3f6465d04c8a8 0.09 MB 172 31
306,913 306,913 000000000000000008cbaa24dfe1acafe4b27cb93e2909a221320e8c15d3938c 0.16 MB 298 34
306,912 306,912 000000000000000018507f6921c419ce064a8b8d0867b58fcee450e56852b0c0 0.19 MB 323 28
306,911 306,911 00000000000000003ba44a05dfdb40fe6025cadc1aedfdc3d51d8370ddaa0a97 0.16 MB 296 28
306,910 306,910 00000000000000000b598a0d51f0729c0d989e2c7d247d4ab708eaa01a009a5f 0.32 MB 616 32
306,909 306,909 000000000000000005d6fdd4d99aed7f4e31c607a86e3f5e743434d72db879f5 0.10 MB 137 23
306,908 306,908 00000000000000001232702c4ccb159d8d31dd9a6a60e7cdb8d96a85b9af420b 0.01 MB 25 22
306,907 306,907 0000000000000000021b0fb8bffc17fc6d78c0c8b77987c9d716608e47d82e95 0.28 MB 432 27
306,906 306,906 00000000000000001c30a69a58348ae35c9a2ea892aabdcd88784710c799283c 0.35 MB 755 36
306,905 306,905 000000000000000017dd5ca58e02eababdc740910e244f5c8ca73290a08e877e 0.11 MB 221 30
306,904 306,904 00000000000000001797e3d58c3df73cc95f3d7fa1145063c4149458b1f1c13b 0.03 MB 63 27
306,903 306,903 00000000000000004f51031a5a5f1f6a25a38badc25a99be69b4388405f9247a 0.03 MB 48 24
306,902 306,902 0000000000000000126fefad1db3c7e583154128d18a4f85b4531896b13699ad 0.35 MB 581 25
Previous 10 blocks ↓
Total Size: 768.98 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.38 GB sent, 92.72 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.