Memory Pool Memory Pool Refreshing

7,447 transactions
3.43 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,697 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,082 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,696 (838,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,691 70,691 0000000000e343543d4df7e828b7bf46df72310545b976e077e57200fb575aef 0.00 MB 14 0
70,690 70,690 0000000000dc1f8a86ca8a7565e85a6d965364da0d334df33464d1d5a24c0b6d 0.00 MB 2 0
70,689 70,689 0000000000d9cbf76b40d60add35e9c609a7c9d84e0d7fcb8d5538d6e8085c84 0.00 MB 2 0
70,688 70,688 0000000000109d34f9d062215173c09857c343b553b0526431aa7dc2777f2650 0.00 MB 2 0
70,687 70,687 0000000000a5bca8ea0c04a8f068d6976208572123235bbcb02d6da3c7dde253 0.00 MB 2 3,891
70,686 70,686 0000000000f99c4a92524495d3851062495022925edf79a456a0959da42cc113 0.00 MB 2 0
70,685 70,685 0000000000c42956ea176e84b2748f6a31c6f3f7cd4dce45952017ba31b4b902 0.00 MB 1 0
70,684 70,684 0000000000087eaca0e5df198d2816a9bf8ade5dbbf1175b1d1d7559f8ba80f2 0.00 MB 2 0
70,683 70,683 0000000000c70cf26ba170c1d9790d74e8fbc9eb4cb3b45d56b13cb77487c1fe 0.00 MB 1 0
70,682 70,682 00000000008ec5d8866ef679d4de88d71800ed7b3489654cbfe46fcc204ecece 0.00 MB 4 0
70,681 70,681 000000000036699b77d1cfb53a71ff8bd80302d17c74a486bf6483f3b7561128 0.00 MB 2 0
70,680 70,680 0000000000b059e077e0fa41adb70faeb47233c72882ba612e3f593984c0e488 0.00 MB 1 0
70,679 70,679 0000000000bc48a0e9d07deb0460008bb9c51e442f54fe5784ba7159d687e981 0.00 MB 2 3,875
70,678 70,678 000000000045a293c20df9cf2c8231c68625cba2daa78badeaf21d37512262f4 0.00 MB 1 0
70,677 70,677 0000000000bbbe49f5545e98d2fb79a0b448ea5e6b9ec8db55b653e477973606 0.00 MB 2 3,861
70,676 70,676 0000000000c394e66c6acc93875ba3ea1763b7f1c9c3ebcd12e878f490631148 0.00 MB 1 0
70,675 70,675 00000000006971758e7d6aae860e9cea00a759e9fa87dc7eff29408b31ead753 0.00 MB 2 0
70,674 70,674 0000000000bbaeb4837d1c8c0d7a1de54a13127a22e1e9e1e49e297f9bece9d1 0.00 MB 1 0
70,673 70,673 00000000002da72615c2ab39846ac5d7c94dab3bcd48dbf41e27523c9cae456b 0.00 MB 1 0
70,672 70,672 000000000056211094d04b3f0edbdc7fa5ae15d6240c332569cc46f214fa6968 0.00 MB 10 887
70,671 70,671 00000000002eda607feb78c6c82af965be626f718f1123837e1b06b2e44cc2c7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.30 GB sent, 101.94 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.