Memory Pool Memory Pool Refreshing

4,249 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,700 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,517 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (185,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
722,273 722,273 000000000000000000094b9c2d2341f22748d4dd81687d77590636a8a0af4b7c 1.35 MB 2,066 13
722,272 722,272 00000000000000000007a79d25cd60f86c4dfecc594efb09501ab65918ae8acb 1.33 MB 2,115 16
722,271 722,271 00000000000000000004e188cc6cc756f00cb7242c06d1c0cca4dd9f63abebd9 1.40 MB 2,587 18
722,270 722,270 0000000000000000000413c17c79237888e279f9229d0aa61262825dc37a7a70 1.24 MB 2,430 12
722,269 722,269 00000000000000000000280f75e1455ba50902ffee700dcbefecc6d6818f891b 1.06 MB 1,948 12
722,268 722,268 0000000000000000000a7d19b03753fbc16929100da0c6f29a423a8e7898ef50 1.43 MB 2,700 13
722,267 722,267 00000000000000000006dae124ff08c99562abeb525d6f996ec6fb324de5bbe1 0.18 MB 303 9
722,266 722,266 00000000000000000002572e660e954ae9157373efd75df159642024b270ac12 1.08 MB 692 1
722,265 722,265 00000000000000000007d1ec7a1c706281812b4305a8771a66e9bccbe7bdd7ba 1.67 MB 998 4
722,264 722,264 000000000000000000048ef1b4d7ad5865b8d10a4fe79f7afade81d439c27f21 1.69 MB 963 4
722,263 722,263 0000000000000000000178bc8c922789b98da50ed5e52e2b7b482bd127daa8df 1.54 MB 1,694 4
722,262 722,262 000000000000000000061040a97541631625eba32f0092cf4c3e85cf94e7a1ff 1.65 MB 437 1
722,261 722,261 000000000000000000097a665d19191e4e7d81c25d302695b384636ccea94333 1.53 MB 2,575 14
722,260 722,260 00000000000000000007b22bdb9ffe2a566387ba80e56800314036b547ec4d7f 1.39 MB 677 3
722,259 722,259 000000000000000000028ca35e583747c189f787661d94a51c7a4218e2bc6439 1.54 MB 1,906 4
722,258 722,258 00000000000000000004088b59be83fe84b76fc39515edddefc59aeabbb55d12 1.67 MB 2,450 2
722,257 722,257 000000000000000000080aa37f097272c5de7576684b24b2c5286281f5697b96 1.46 MB 2,430 5
722,256 722,256 000000000000000000050fa04e4c3557d79a3bfa1a28a4eff37918e2caf16581 1.56 MB 2,755 9
722,255 722,255 0000000000000000000702ebef3abe39bd5f1f398d6fa32960ec02beac903545 1.73 MB 1,511 4
722,254 722,254 0000000000000000000697edc629ac348aa793e98fd9805c0cdf81a8558c5d76 1.21 MB 965 10
722,253 722,253 00000000000000000007d0b50aa6726a3287daa53fd21201a9c6565bbf19e4f6 1.21 MB 1,295 13
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,616.50 GB sent, 92.73 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.