Memory Pool Memory Pool Refreshing

8,451 transactions
2.63 vMB
Show Random Selection Loading Transactions
Max Size: 15/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 ago 1.00 vMB 3,886 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (696,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,361 211,361 00000000000001624c9b3c2568717b2c0cdaf4c1f07e8085c24ede1a8840de59 0.15 MB 308 165
211,360 211,360 0000000000000407e1619b307a849ef39bc139ec57c1576c96aff36da14e9cac 0.02 MB 33 115
211,359 211,359 0000000000000104bfdf9d900ee47dace257ff2ab2769df0562729c75e5ba558 0.17 MB 433 144
211,358 211,358 000000000000008604500eba23778919a5a84d7222997f62548703bcc40b0f7d 0.06 MB 127 146
211,357 211,357 00000000000000ff622cf0e87b1e6689a4d511dc7c1fcb64cd87ab0cbfdee2c2 0.15 MB 405 191
211,356 211,356 0000000000000425936257c16598c7f910eba3bb204d04af0300b46ac63a04a1 0.00 MB 19 261
211,355 211,355 000000000000044c857146a81b98d53fb4258b393228d9cd01911282fe62537f 0.06 MB 102 182
211,354 211,354 000000000000037d6a8b5558cf5dd8ea493f61db009973727775087ece7c72b9 0.08 MB 181 216
211,353 211,353 00000000000001c9994fcddc24b189ad8af8af1325edec40fa9ad8a179bfe131 0.07 MB 188 215
211,352 211,352 00000000000001b2e128b3d34134467398e877b721d26fc612bfa5cd746a1234 0.07 MB 121 135
211,351 211,351 000000000000006509fd5c4255fa7a62b214d8b16a7f4a08442c2dd2b2024990 0.11 MB 242 170
211,350 211,350 00000000000003e97072e46b1e2547325a546284d47c0bd84d550781d0696934 0.24 MB 564 193
211,349 211,349 000000000000023545a3889d9dbd98186a373ee53d0f69df6b25ae0790382051 0.05 MB 118 143
211,348 211,348 0000000000000117a7567b407d6a64d5e3af08760eb5ffbe81385f5dd51050cc 0.03 MB 59 474
211,347 211,347 00000000000002874fcce5e151b230ca13444fd2728ac33fef42bdeefb7ff057 0.05 MB 115 184
211,346 211,346 000000000000045164375e520b3cdae0e04b7fb201d65c9cc3875b91045e46c8 0.04 MB 70 129
211,345 211,345 000000000000010f82b21112eac3561d571a5f84c6dacffd633ddadd2fa4b4f4 0.04 MB 69 154
211,344 211,344 00000000000003c98e0ce40b6a5e50c05500e21666b609bd3462c7cdcc758624 0.05 MB 129 227
211,343 211,343 00000000000000eefb81cf7831823836c518afda7353c654220373c96f5860ff 0.05 MB 109 200
211,342 211,342 00000000000002356b2f852cd4ad96257ace56587e49412bcf2250635ea441a3 0.03 MB 67 155
211,341 211,341 00000000000000b80fdc0ce20b9ace54e6c94e584f7a82a83ef619d4ae04c65c 0.18 MB 291 123
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.60 GB sent, 94.35 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.