Memory Pool Memory Pool Refreshing

1,453 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 1,443 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (464,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
443,392 443,392 0000000000000000016ed10755175e1ac0d30c3a3d4053108bd75e6debfc8f47 1.00 MB 553 23
443,391 443,391 0000000000000000022b0d933d54d97a82cdcaf3b2aa7c8dbc928abf9fc47ff8 0.67 MB 1,602 85
443,390 443,390 000000000000000001ccb92b04a1743f8ba17c41b528acf8c77f141224efa817 1.00 MB 2,067 82
443,389 443,389 000000000000000003c1b871f7b36d8b4ae917344c37d5a2272c96944bdd43ab 0.55 MB 951 43
443,388 443,388 00000000000000000184ff890ead2f1048ebe037c6c3ad71e99769562cab2f35 1.00 MB 2,316 67
443,387 443,387 0000000000000000002105482bec9150c314e07b9faf3f8167f288f59baa1072 1.00 MB 2,171 91
443,386 443,386 000000000000000002b9866d1ccfa92b72af6bd2d930745cde501a928d287056 1.00 MB 2,157 66
443,385 443,385 00000000000000000280bdab13548174891602012381b12c3f5b066a0c386f57 1.00 MB 2,528 79
443,384 443,384 000000000000000002e06f89edfc738f4965832defe641b32f6b1720299180e6 1.00 MB 2,250 73
443,383 443,383 0000000000000000020b94b8526cd54284725c21ce396ab1f18b779671d6dd8c 0.00 MB 1 0
443,382 443,382 00000000000000000372d180a3e5a419c4d7d0e279a9fc5e695a403b901c9809 1.00 MB 2,781 98
443,381 443,381 000000000000000001e6e6baef794e490cd69d7f2598d01affe5dd7e54b61789 1.00 MB 1,886 67
443,380 443,380 00000000000000000350ffdf62eabeb75761547ebfe0b74d33bfff8cdd749e4e 0.25 MB 505 73
443,379 443,379 000000000000000003ae938d452ca9a76b377c07206fef9b0ac495c265ff5423 1.00 MB 2,303 82
443,378 443,378 000000000000000001f844d4e0d6c833d1ef14942cd46f67d923aaa2747fd26d 0.89 MB 1,956 74
443,377 443,377 0000000000000000037c1c317e92f675624978a409edc7e7d49ae71d8eddbe22 0.99 MB 1,733 59
443,376 443,376 000000000000000002a0270d494c2b6bf1459fd43fec1691a9e5027d9a3dae67 1.00 MB 2,370 82
443,375 443,375 00000000000000000206d16e5632a7c8a7bcbbd5c4b7689b678e32a4233c3b26 1.00 MB 2,286 79
443,374 443,374 0000000000000000002e227d3ae48702b09459a0d543f3657000169497a5973a 1.00 MB 1,808 56
443,373 443,373 0000000000000000039392dee934cb45ad3ae5ec8b8ef0c461d67fdcbe3e8e33 1.00 MB 2,344 96
443,372 443,372 0000000000000000029a7ee8eb90c47cfcb3e3d877428ed85a3251719bf65ad7 0.61 MB 1,045 43
Previous 10 blocks ↓
Total Size: 769.15 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,632.63 GB sent, 93.63 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.