Memory Pool Memory Pool Refreshing

839 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 830 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (658,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
249,270 249,270 00000000000000321cb1ef9de9c4a6c470c7f88c4b85bcee3a63121e31096fef 0.13 MB 172 84
249,269 249,269 0000000000000043353ab161216f2092b973e7d9a935b3cc2ed66a066a886f50 0.04 MB 100 107
249,268 249,268 0000000000000050cc062eb2459e4120ba667757cfa64a15d96083caf0fde0f3 0.07 MB 158 108
249,267 249,267 0000000000000082d95acaae7770435e04d7543252d2a62a414614c8882fd9e4 0.16 MB 351 114
249,266 249,266 00000000000000448c9d59b71faeb94842823261d5ae50068ff1a5e00aee56c5 0.02 MB 69 93
249,265 249,265 000000000000005d43d800263125fd197e47b4ebcaa01673bb6adf2bd0094192 0.20 MB 475 120
249,264 249,264 000000000000005da52cd90df9c510952cc9e473b8addfc5d55a9b6083f52825 0.02 MB 45 118
249,263 249,263 000000000000007fbe427c16e4eb140633d40ec19cf86dbf9b4a63669e081104 0.14 MB 369 154
249,262 249,262 0000000000000040ca85b8475de92803735fba35d7552ee29cba17c9e27b3c3c 0.21 MB 384 60
249,261 249,261 000000000000005c70dc4c9b54ced325c03500689d6f370aba214a585c55266c 0.25 MB 646 177
249,260 249,260 00000000000000660457bf8c128e7bba6049190059fc9736e72cb36affb3a45b 0.09 MB 213 105
249,259 249,259 0000000000000055fed9827d358ff3b168179156219a9f4f17eb9c8ae074fcb2 0.10 MB 185 101
249,258 249,258 000000000000007d537f7461e6a4b25b5afd99bacdae1a5410fe9e1ccf220cd0 0.22 MB 310 5,317
249,257 249,257 0000000000000084f1e48daa04b0d5dcb0888ad2692b8b84492c22d4cd5d1bb3 0.11 MB 258 117
249,256 249,256 0000000000000015d6e10ba51655632c601f14ce7630c80a4036962777ad4f95 0.01 MB 24 107
249,255 249,255 000000000000005535e1f791d5caa288d361f034dfa058d53b419fa5ee8c2891 0.03 MB 49 97
249,254 249,254 00000000000000643904aef1fa45a65d5d6d8c9fdb6c62ec12500cb455416520 0.05 MB 133 144
249,253 249,253 00000000000000556f84847b3679e205627c760e774128cd2cbadc26f6d5aa65 0.02 MB 64 73
249,252 249,252 0000000000000028a2105cb202bec9287e54f729f5bd1984c868a9760d256cf6 0.14 MB 317 104
249,251 249,251 000000000000003a2551f8f3fbe1b0ef92c82326c8715a6f4f1b73756b036f64 0.24 MB 556 63
249,250 249,250 00000000000000735f067e3b406e5221bb3e51851f660fedbedecda3380e6c63 0.25 MB 604 150
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.