Memory Pool Memory Pool Refreshing

3,357 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
5 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
908,169 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,312 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,168 (711,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
196,468 196,468 000000000000032534c6f58f4f4ad6b32ea99cca3f7bde58bd97be931898e925 0.00 MB 10 0
196,467 196,467 00000000000002b4d28c75eee141011a097c876b3eeb6af87f17ffa36bf97fef 0.19 MB 427 108
196,466 196,466 000000000000023e1ced28251c446f1aec0f503bf63a3d099084504eca2e6ff8 0.25 MB 804 189
196,465 196,465 00000000000006b8dbb49cfcb93823d8906111ba5db33113c25a95006a799629 0.00 MB 13 17
196,464 196,464 000000000000001c525d74912572ee6215d9f07108f262406066a5335d5782b1 0.07 MB 172 103
196,463 196,463 000000000000030b2d0e3073e386d841b102dfbec87e5cd374d777f5fca1ef44 0.24 MB 588 183
196,462 196,462 00000000000006604e2ef09e918fcf379fdd0f12d4ea00547e02ad65fbe874b3 0.02 MB 8 110
196,461 196,461 00000000000002e39335117e44917b35963d5c39aa9ed802020bd56156926254 0.23 MB 383 103
196,460 196,460 00000000000005bc236888a2c9bb6b816ff8634e24ce7480132a021d2b953dd1 0.05 MB 131 124
196,459 196,459 000000000000042c4de0a331dbc303d8227828f470f4d1089457351c83f8e03c 0.20 MB 727 265
196,458 196,458 00000000000000fbd6e858919f81817deefebffb0067194baff6094f1ea2d997 0.05 MB 148 243
196,457 196,457 00000000000005dab422c8df795c389bb4901647f63e7b613587203c7bb7f5fb 0.00 MB 9 45
196,456 196,456 000000000000057c1134e054dc94fbff521b54921b4ab9fcab6daa2033508d40 0.01 MB 27 110
196,455 196,455 0000000000000434f7b2c7c838771df0d6efdd1fe04b13d1a39d3e93f827628b 0.08 MB 188 161
196,454 196,454 000000000000028f492fee917c16988b852d8cb56e2050b29a451c2760629a7d 0.07 MB 108 145
196,453 196,453 000000000000029497b3cc609a00f0d0694226461bb39b5b42a1f0cf2db5c3e2 0.15 MB 466 153
196,452 196,452 0000000000000151956c5d90045c66681bebd5380747cc820b606077844aa38a 0.12 MB 303 149
196,451 196,451 0000000000000358d148eea71b5f4feb95154fe571e410062a329b0e5356d75b 0.04 MB 92 618
196,450 196,450 00000000000003dbbf8bd57d155e0f76839e43b1a77ccc55e877dd29fed129fc 0.12 MB 302 808
196,449 196,449 0000000000000179fdc827d91d0c45197eb88b34eac1c468bc1b29b6e839a9ed 0.19 MB 516 235
196,448 196,448 00000000000004fb076b447ac7c9b09385c274c1db0ed4cae0e242b83d2d4e65 0.08 MB 190 168
Previous 10 blocks ↓
Total Size: 769.87 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,681.04 GB sent, 97.21 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.