Memory Pool Memory Pool Refreshing

2,862 transactions
1.58 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,737 (670,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
237,543 237,543 00000000000000c378fe271e58f29d7f6e4270a96ba0199c22e8564214393e6f 0.25 MB 301 115
237,542 237,542 00000000000000721b2791f923bb0c08ddf4782a5d9b7fa01a20dd118079dfef 0.45 MB 848 149
237,541 237,541 00000000000000c66cc6061ba0e1c7c3c9ba0f71cb2dd7a54b5f22c64f9a79cd 0.25 MB 565 168
237,540 237,540 000000000000005a2e5da072fb914dcaf731498811dc9eca91e7a2a809015f07 0.25 MB 796 245
237,539 237,539 0000000000000046c646cada59617be65f930196c31e3659f14736382dc14c43 0.00 MB 6 17
237,538 237,538 0000000000000145279fdf2301bc3e9a5ceeebf4b072e65d293ce0bfc668f21c 0.08 MB 183 167
237,537 237,537 000000000000010485c18d7fa23b586b8ec03517da57092f71b5f1ede64317a2 0.21 MB 457 160
237,536 237,536 0000000000000147662098dbf93a8440e1ba568e52db32ce508a150eb31f7689 0.01 MB 23 209
237,535 237,535 000000000000015e4487aa6ed6825905c882f16b1474a5f6d3fad71d7e865e62 0.06 MB 134 159
237,534 237,534 0000000000000133580caf041fbf63a0afdcaa42ed7be265644b3cb826481017 0.17 MB 319 144
237,533 237,533 00000000000001253f408154222f1f90c2dc80b4d090fc83ca14a7f910c1b806 0.25 MB 537 195
237,532 237,532 00000000000001368547414a69963d69dc7cad3daa8c9822c9005f5ed367a027 0.18 MB 428 177
237,531 237,531 00000000000000b027945d0c374604cd16f00089ac04a89ce9e6509ad4898a65 0.05 MB 128 105
237,530 237,530 000000000000015febd24394475fdc774cbdce81899dae0145fe40633d4eb5bd 0.18 MB 292 123
237,529 237,529 000000000000017c2a2097d2d306d4c58ad47f198326812df71768462e9a5d04 0.24 MB 568 187
237,528 237,528 00000000000000a871d46cfd21ce852a3cc5d5ebee00ad5892dc52e8fe93f5ab 0.18 MB 148 78
237,527 237,527 000000000000006221585cd9857009bab6040a083c826a4988e5d713e1a8edc5 0.25 MB 406 132
237,526 237,526 0000000000000005d40be5a38f9319ae3080b5263994dba67a75c271b4d15aef 0.25 MB 436 148
237,525 237,525 00000000000000acd48272e8c0276bcf4497e48fc7b4cb9311fba0fa9bf35683 0.25 MB 676 233
237,524 237,524 000000000000004f02defb8de0bfb9ce34066dcf9c74f9d3979016e00b365ee0 0.25 MB 632 2,353
237,523 237,523 00000000000000c7bf3fba5565a85607bc657da57fb6d0b4dc995239d9f6289e 0.25 MB 315 77
Previous 10 blocks ↓
Total Size: 769.05 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,627.56 GB sent, 93.13 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.