Memory Pool Memory Pool Refreshing

222 transactions
0.04 vMB
Show Random Selection Loading Transactions
Max Size: 0/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
907,793 00000000000000000002349e0000000000000000000000000000000000000000 0.04 vMB 203 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (50,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
857,693 857,693 000000000000000000016d21f6d58addc73338feab2f8dc50a12a12c9d658ef3 1.62 MB 5,874 4
857,692 857,692 00000000000000000000ce61cb5fba0267f799916545ffa95acce7056c7d28b9 1.63 MB 5,105 5
857,691 857,691 00000000000000000001c7a73730ac18600cffd446eb1831cdbd705981d599ad 1.67 MB 6,139 3
857,690 857,690 00000000000000000001486e56061921381059acc07bdbc078f151a338eaa8a1 1.61 MB 3,875 5
857,689 857,689 0000000000000000000092ee3b2f77621685b56cead573615241d149e4fe3e0b 1.49 MB 3,140 5
857,688 857,688 00000000000000000002699cd2eb0c822e057664f55b425babf11e4f621847fd 1.53 MB 2,757 11
857,687 857,687 0000000000000000000302f2e0b7142b9e49a63e7001bdf8bce9d1a647b52daf 1.76 MB 2,656 7
857,686 857,686 000000000000000000028de4cf0156a5596d209aa6e33b29aac294da7183b2c0 1.58 MB 5,984 4
857,685 857,685 00000000000000000001fb3d10799b3d6dd5872559d77a71bd8c34aaa718502e 1.59 MB 3,179 6
857,684 857,684 000000000000000000007d2b49a2eccfaad67df69a06aa1c0b57f9e35df2cbf0 1.60 MB 4,588 4
857,683 857,683 000000000000000000012ac5aae824dc38b173c9c671f0a90f1a3c1745fd042c 1.75 MB 2,678 6
857,682 857,682 00000000000000000002b52e3a3deb248dce25882c7e8afe7e3fa1ce781e9f22 1.42 MB 2,209 6
857,681 857,681 00000000000000000000c2cd4bf670c94b03481b3e0733e28571cd115ea3e9e3 1.56 MB 3,106 8
857,680 857,680 0000000000000000000333a0441876d5fcbccd1902ef1c386164059b8424b4e7 1.62 MB 4,856 4
857,679 857,679 0000000000000000000182423718604412c29c21180c94a021b33a76121168ce 1.75 MB 3,161 3
857,678 857,678 000000000000000000028725afeb3430f2e8070b727bdf93b1bc54c39e6dbf99 1.58 MB 5,362 5
857,677 857,677 000000000000000000013f8cbd2825e7d441f24eb485fb2a625a1876f89e8f06 1.64 MB 5,210 4
857,676 857,676 00000000000000000001ea4f2bf0f7d911a496b8d20cbc4b88989454e2c38f9a 1.65 MB 3,121 10
857,675 857,675 00000000000000000002303674fa14f131dbfe22a7aa0fb076515ed35275208f 1.65 MB 6,021 5
857,674 857,674 0000000000000000000109e05d7ff92b44883a94e3a3a8e4f0dbf55a2a9436e3 1.66 MB 5,509 5
857,673 857,673 000000000000000000022ba0f35a1404497c2203fbf1a21c1c6cef88bd002e4c 1.68 MB 6,350 3
Previous 10 blocks ↓
Total Size: 769.15 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,632.62 GB sent, 93.63 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.