Memory Pool Memory Pool Refreshing

4,771 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (249,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
658,279 658,279 0000000000000000000aff10e980195ed07a19b04d6e00a6219f404c7cc7b0ec 1.35 MB 2,142 21
658,278 658,278 0000000000000000000ac5854affc2dc66a7912062a7e0e3e8d1c9206da13a38 1.55 MB 1,740 15
658,277 658,277 00000000000000000001effd4f85cc74c59acd25c05c58bb130431c958222323 1.40 MB 3,150 53
658,276 658,276 0000000000000000000a7de85d9d4faf371d2955584cd55870d8303b4f8a79ae 1.27 MB 1,943 42
658,275 658,275 0000000000000000000721f47f722cd8f17f6223adae43c8aa2933de7f56e303 1.42 MB 2,562 28
658,274 658,274 0000000000000000000188250c8be6bbc96801e2d8c351b90991a4ac6101eae0 1.46 MB 2,380 64
658,273 658,273 0000000000000000000401c643886b4c675b70c9d1557d7116a0612e14070edd 0.74 MB 1,304 26
658,272 658,272 000000000000000000075659ac9b1a6c34214c62ebf6e57aec640181977774dd 1.38 MB 2,354 8
658,271 658,271 0000000000000000000ecaf99b4aef6f1394a080de410d3250fd18814cf77e87 1.39 MB 2,673 47
658,270 658,270 0000000000000000000f9d8aa76a4c86b39797d9e8b4aff6b18eb8c3ff90f9ce 0.07 MB 145 32
658,269 658,269 00000000000000000001525d29ce25afb774deb84531ba0d705e9f4d1f4e72e8 0.80 MB 1,362 22
658,268 658,268 000000000000000000059f8d05533459131bf9d1289855cc3d92ca7139c90ea1 0.55 MB 1,014 21
658,267 658,267 00000000000000000004b35dd0464f5f1005ca2aa288691d37c46445fa713e93 1.11 MB 1,934 11
658,266 658,266 000000000000000000001d69e10c3972ad4c4080f0b7419bff3d1ccaaf9960be 1.34 MB 2,099 44
658,265 658,265 0000000000000000000708767f74ac539d8d9c7d5cf3d14e2948354ac247d65c 0.12 MB 186 22
658,264 658,264 0000000000000000000faa5bab8cab23305df6148798517e4af50da3ae8e43ab 0.22 MB 491 27
658,263 658,263 0000000000000000000be7555fe0ca73aa32fc7e3d3bed575af5e980ac084e4b 0.40 MB 474 5
658,262 658,262 00000000000000000006ad24ac0d01bbd97a7b0d7dd2bce73addfd34b73d4e69 1.32 MB 2,232 16
658,261 658,261 00000000000000000002bb5328fae792f5296d781e249e919486451bcaa4eb21 1.23 MB 2,060 20
658,260 658,260 00000000000000000009f93f77ec978e381c9b13203c21677085ab3caadccb78 1.30 MB 2,036 31
658,259 658,259 0000000000000000000ffa988ab0edbb653329e6569e681b81c4ee3424d00971 1.26 MB 1,370 19
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.