Memory Pool Memory Pool Refreshing

6,122 transactions
3.24 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,957 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (609,226 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,575 298,575 00000000000000001effe1e0c0f29e34215548aec75644b0e1e551132cf7e440 0.08 MB 121 21
298,574 298,574 000000000000000050853ecf00c7e70df70375983b35462b45af16b3bded7738 0.08 MB 128 26
298,573 298,573 00000000000000004cd6e2069328731cc7c768f4ba39bac1c8541b579d862375 0.02 MB 64 49
298,572 298,572 0000000000000000378fcad079dd377a6c9ff25024f16f87af1f38008dd867cc 0.15 MB 309 29
298,571 298,571 00000000000000000a17e484bb83c8e2311e72081ca42ad5c2cc5716a69ba1fd 0.10 MB 168 31
298,570 298,570 000000000000000019a08d46c7303a54af590ca251c7e793c7951f82d3ad58a0 0.17 MB 348 34
298,569 298,569 00000000000000006a6431cf26f806ce8ed5289fc35c262ef43c8e8f6a67055f 0.41 MB 661 31
298,568 298,568 00000000000000000e3b31474da5db8064f78f77cb381c24537202df1daafabb 0.07 MB 63 15
298,567 298,567 000000000000000001df533bd69c6b9635cf4085cfa14c1f45830fe1d5fe6355 0.35 MB 715 33
298,566 298,566 00000000000000006b0431a080dad12d14e61b3f82810613bb61dc2817d1a71a 0.02 MB 32 37
298,565 298,565 000000000000000067b4740945128551045bef04544cc307ec960f16f0a8cf80 0.01 MB 16 44
298,564 298,564 0000000000000000684e1923e915048e57693f353087a1d6504f8aedd434dc87 0.15 MB 256 47
298,563 298,563 00000000000000001472a91d3f749701ccf3535e4ab08ad795c4d4b5c1e5eb47 0.13 MB 140 16
298,562 298,562 0000000000000000465ab00e93e0d4394bc7a14a57b633a209f628cff7c52107 0.16 MB 269 36
298,561 298,561 000000000000000077fe059b367522e31133ad45d9b40fc34994f9641408e9c3 0.15 MB 242 26
298,560 298,560 00000000000000006211f1cf35999f3ec75bfd592bf2261bc6a4263e0763ae20 0.35 MB 664 33
298,559 298,559 00000000000000004dec9e039050de998e20c0432801384c932d5a0f03d0bcb1 0.02 MB 52 40
298,558 298,558 0000000000000000799f2f4555323281ac461ed43d00014ac0a694e4ee65ab9d 0.06 MB 114 36
298,557 298,557 0000000000000000093a311a2e596de1ee5156efb44475c87b022fd4a0ffb95e 0.15 MB 182 22
298,556 298,556 000000000000000029732ba37fb868cf183190168835c8c687d44c84a511d976 0.09 MB 113 21
298,555 298,555 00000000000000006723815a78d37c1d3ed9d8048fc71d9c07705453ba621d75 0.35 MB 689 33
Previous 10 blocks ↓
Total Size: 769.17 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.87 GB sent, 93.74 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.