Memory Pool Memory Pool Refreshing

1,915 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,907 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (83,323 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
824,540 824,540 00000000000000000002aedc524b08b1c127eeba2d91d1e0b9cc941d70bbcf8e 2.98 MB 1,616 83
824,539 824,539 0000000000000000000258a618cf238ff9bc03def8e6b97ca5802cf3f9ccf772 1.99 MB 2,005 91
824,538 824,538 00000000000000000001fa3246b27e63c6aa9ee666c6b1009f6399db945eedf2 2.08 MB 2,814 112
824,537 824,537 0000000000000000000356a36e4ba7719aa64048a746cbc14f7df66ee69dc23b 2.48 MB 2,237 93
824,536 824,536 000000000000000000034bb46af3d6a8a1b584eaa957d28a7edcd3de0d9e136a 1.72 MB 2,884 157
824,535 824,535 00000000000000000000da9844330b670cca241828a731e0badcabae40ea2aae 2.27 MB 3,326 73
824,534 824,534 00000000000000000003c394afdee2252f0ef8493efc1a70241111b4bfdb483b 2.13 MB 2,146 65
824,533 824,533 000000000000000000008ff3dc6a780ea9dda6b5b4d9204ff273d099826859bc 2.17 MB 2,540 117
824,532 824,532 0000000000000000000271576ef29f087f41f42a001e460705cd06c092483f16 2.37 MB 2,160 107
824,531 824,531 00000000000000000000281635dc0ef7c6a9e3adf72c39c25b425109c5aa3642 2.14 MB 1,990 74
824,530 824,530 00000000000000000002e54f1b69ef16702e99ecc4873a41025c6387ff80b02c 2.36 MB 2,353 98
824,529 824,529 0000000000000000000256735b0aaea470d0f97c7665420d97ef730282cf9b80 1.92 MB 2,854 127
824,528 824,528 00000000000000000003707dea1013171774c60ce5322eb910e939843609b5ec 2.12 MB 3,946 83
824,527 824,527 00000000000000000000331691cc3e3ac3a9abf64caf636574230a08b8f5eed6 2.03 MB 3,404 86
824,526 824,526 00000000000000000002aa1d85f358588dad1c076fa6570c3a6ee19dd2d5c14a 2.01 MB 2,896 79
824,525 824,525 0000000000000000000216515770b5e1f2c7ffba3c24a2f3bc0bedaf84bad2ec 2.03 MB 2,687 117
824,524 824,524 00000000000000000003673c85ea0804685c2b4e44683894cd6184d449aa2f62 1.71 MB 2,864 177
824,523 824,523 000000000000000000003d9b1e7a4116fa23b3d4e60b59a6e3e9c720ae2375fb 1.77 MB 3,604 86
824,522 824,522 000000000000000000005b9e967bdf360b0d1fa9adb7270505806ed5870b1297 1.80 MB 3,955 110
824,521 824,521 000000000000000000003765bb105028203e62b599018112aad70a759c4992a4 1.79 MB 3,925 118
824,520 824,520 000000000000000000026f811e54ab6b078543cffc0a495e2d8a3c1213cb06a5 1.58 MB 3,219 114
Previous 10 blocks ↓
Total Size: 769.28 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.55 GB sent, 94.33 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.