Memory Pool Memory Pool Refreshing

2,034 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,565 00000000000000000002349e0000000000000000000000000000000000000000 0.73 vMB 2,031 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (842,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,086 66,086 0000000000cfd9c479f3270e2e2f50196af4931b8fe8238bbbe6743176357644 0.00 MB 1 0
66,085 66,085 0000000001e07370e89d247e6e54222a032ab8982a6c557400bd08a89ffee249 0.00 MB 2 0
66,084 66,084 000000000773725b7c33962928cfec815ea58d0d047db1eda03ff92c041591a0 0.00 MB 1 0
66,083 66,083 0000000005ba5538d271fba2fb7841137a6d6f321345f23741549026faa3b740 0.00 MB 3 0
66,082 66,082 0000000003cccb87ce2fb840a409ad63070f50929fd73a0a795608fc4cabe10b 0.00 MB 1 0
66,081 66,081 0000000004d010e7b0278e9c728fc6fde997100a104ad4d5735225d631397517 0.00 MB 3 0
66,080 66,080 00000000025725d9dce3da9716edfb2d6a376868057fb208159b2241cea321cf 0.00 MB 14 0
66,079 66,079 00000000091cd52fa7f99f7912cd648dbf6fb13050af3ad731fcd983f5ccf1c5 0.00 MB 1 0
66,078 66,078 00000000071d13a30a9c48df2d6e63d26e6383a9708d390758abb0a7325233aa 0.00 MB 1 0
66,077 66,077 000000000a49a392c994d67c7cf6dfefb4db4b7bf837322f7ff5c21953199c46 0.00 MB 1 0
66,076 66,076 000000000634d891921bb447d745db74c5f7636529e86b8d3d076360b18e22d0 0.00 MB 2 0
66,075 66,075 00000000019faeea92c03ddf7b9c5415362efd75645b153e856bf973311a4a0e 0.00 MB 1 0
66,074 66,074 0000000008192d2b074dea6625867631f4c0d6c8129d3110d52661d0c2d9a5cc 0.00 MB 1 0
66,073 66,073 0000000008e0415e661bfb861fbce756536804a2e24027fb00ef13111e857fd7 0.00 MB 3 0
66,072 66,072 000000000415684e9d388a7275a9c3707b40e1faf7fb6f4e895902c5150fcb74 0.00 MB 1 0
66,071 66,071 0000000005a1f174aebdc8b51dedcab434ac63ad3b07100619eff174f60830a6 0.00 MB 1 0
66,070 66,070 0000000002553a0eb07d69aa30e3ed59cb47a2137a90da9b82b987dd72267409 0.00 MB 1 0
66,069 66,069 0000000006cfdd6a4728f84da13085df92a1b824661cae1b3e291255ff5311c5 0.00 MB 1 0
66,068 66,068 000000000648c52578d7351c743f42618da189413d4b29b704ae1ce8df39bb4d 0.00 MB 1 0
66,067 66,067 0000000009e6e9695ece4958af72dfb0df86b47fd939e762846fde2d3cb8b99a 0.00 MB 1 0
66,066 66,066 00000000071300a6129451a28ff50ac1a9bd4efd1946cf747950b76d76da3a58 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.64 GB sent, 100.68 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.