Memory Pool Memory Pool Refreshing

444 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
2 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,592 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 418 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,591 (821,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,652 86,652 00000000000f998a4602d0e21285cbefacb93ebbcdd4e35b1fcf37b523f78b9e 0.00 MB 1 0
86,651 86,651 00000000002b34f3aed6839853c8dcad08d3b437ac8dc3de548cfce6ff6d29f5 0.00 MB 3 0
86,650 86,650 000000000012ed61ed53e522306133f0dccdfab0483c05c6155b2d182e73ac83 0.00 MB 2 0
86,649 86,649 00000000001d20fead2353cc4b953321bb94e1729650eba12ac0600bd7adf2f3 0.00 MB 1 0
86,648 86,648 000000000014f6842b4e13a5d32551f55ccea73beed03dc0b5333d59ce755957 0.00 MB 1 0
86,647 86,647 000000000012e2584a0f6c9d8d7546b41df3eabba605dd264a3985ff782c8d53 0.00 MB 1 0
86,646 86,646 0000000000033730fcd3293023b87529dfb8c2696a3ff4bf3571b4840543a0a6 0.00 MB 16 0
86,645 86,645 0000000000100b5eb91ff7c25f46744d30794d3fad2d52c7c7152b8cfbf4db6a 0.00 MB 1 0
86,644 86,644 00000000000d4fc535675458b80f51b5022ff42d90f82b17e26ca53b05b7ac27 0.00 MB 1 0
86,643 86,643 00000000000e3e5214adde93897d559a858e535bbd2cd3901ea42bb0dc8516dc 0.00 MB 15 0
86,642 86,642 000000000023ca9dd7d6203aa88b82e92a9c92a0c912be11f2217720a6eda67f 0.00 MB 1 0
86,641 86,641 00000000001a4eacea3a491e0f1c4260fb9c94784540f63cb0611b5eb63c4e0e 0.00 MB 1 0
86,640 86,640 000000000028fd1a7b17d3c82b944c3dfaf5eaa9e4749905a9e2a847d6b7d67c 0.00 MB 2 0
86,639 86,639 000000000020de8880e82a2c6f9afbd31862c6fe8df27566aeb628794ab7bb89 0.00 MB 2 0
86,638 86,638 00000000001e60fa6451e9d96e459297749c948ab74cef38a499f76f2dfd56fc 0.00 MB 3 0
86,637 86,637 00000000001bf404694ec0c9b64855cd089d80c54417ee5157ed8ff6f0025eb6 0.00 MB 1 0
86,636 86,636 00000000000078369582be38b809fcda7e17c9f0a4def63372dee39417ceac26 0.00 MB 2 0
86,635 86,635 000000000004f0b319aa86cc2e11ad615ca55d438db4c273bf64d39016353e41 0.00 MB 1 0
86,634 86,634 000000000025ddae0b92849e7e9c7ac77d3a1bda1efcdd1e02102096a108436a 0.00 MB 1 0
86,633 86,633 00000000002bce9a1ce62412351b222d13031200a2d72920f5eabdb4b0ef137b 0.00 MB 1 0
86,632 86,632 000000000003f639e65cace8f819f67a4f65cf1985f584fdb9ec13220f36eb8c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.79 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,849.19 GB sent, 100.97 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.