Memory Pool Memory Pool Refreshing

7,139 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,187 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (495,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
412,398 412,398 000000000000000001955803ac201da1a12ac62e9ee5aa985c7e1f28a9f45eff 1.00 MB 2,465 82
412,397 412,397 000000000000000002a8b83fe09e7f52a1bc6eaf88a3cf428e05e4227f8f684e 1.00 MB 2,832 91
412,396 412,396 00000000000000000474d4a68218c4a1034890e5814ebc31de66bc0f29f90bfd 0.90 MB 1,660 33
412,395 412,395 0000000000000000053c41ba9fc1af87739cf477fec1ef23993d0532f389326c 1.00 MB 1,684 42
412,394 412,394 0000000000000000029035770a9764d2966f4ec7fb9b3e255dc57b99c8473346 1.00 MB 1,916 68
412,393 412,393 000000000000000000e338bb728271b23c14e683a8cce3493cc7ef5ca00f5eea 0.00 MB 1 0
412,392 412,392 000000000000000003539b039fa5c6126477f7d2003cfab2db3a8e4ae27b3a1a 1.00 MB 1,409 54
412,391 412,391 000000000000000000ab6151b416e977f478fdc6f26ef889c07c3596dff7f3d2 0.99 MB 1,184 38
412,390 412,390 00000000000000000405cac73f11c12c7c27996a483ce5ca3859c38dbd3fa2b8 0.99 MB 2,075 56
412,389 412,389 000000000000000002052f742dc1ab6b2a0a2c053dec53b173dc9aafee29b1ba 1.00 MB 2,309 45
412,388 412,388 0000000000000000030f454b192166811bff58ece4076a52b17222f996ed0c41 1.00 MB 2,974 62
412,387 412,387 00000000000000000317903af96450023f76d56b36022749977726606205aec2 1.00 MB 2,376 88
412,386 412,386 00000000000000000279457cd3f46d6fba073331c7bb2d6b7d7106be9fa528ad 1.00 MB 2,840 95
412,385 412,385 000000000000000005973b1b2e9d2ceda977316a25e072c7e7f09c43f5fd906f 1.00 MB 2,807 58
412,384 412,384 0000000000000000030cd6674b2ccadabacf266956b790f50a9249d18d424747 0.99 MB 2,194 60
412,383 412,383 000000000000000002f7afcf2476da234ffe7efc9d1f25d7ba28af891b077f52 1.00 MB 2,283 59
412,382 412,382 000000000000000004ea1aef9310d8d10166f456edcf3e987dec34cd241c032b 1.00 MB 1,431 30
412,381 412,381 000000000000000004416381c924f60efa555f2cdec13436d0875987029ad550 1.00 MB 2,561 63
412,380 412,380 000000000000000002d45e95c43d7c739d747b52d239b989a7b28286b0a84331 1.00 MB 1,562 47
412,379 412,379 0000000000000000040eb9b0b5b054d6432047f72f0ccbd76b02b279a254933f 1.00 MB 1,964 45
412,378 412,378 00000000000000000454993858562c779bc23a1ea3d83498524c0de65da65e62 1.00 MB 2,184 51
Previous 10 blocks ↓
Total Size: 769.27 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.32 GB sent, 94.25 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.