Memory Pool Memory Pool Refreshing

3,574 transactions
0.98 vMB
Show Random Selection Loading Transactions
Max Size: 6/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 ago 0.96 vMB 3,572 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (66,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
841,454 841,454 00000000000000000000b332c9e5478361b3d5bfea78c8e67dc46c26e6580028 1.61 MB 2,494 27
841,453 841,453 000000000000000000018dbb6d4f4e259d9524552c39a4a3ba9085739709b1f2 1.59 MB 2,981 33
841,452 841,452 00000000000000000000e8547ca2afa67e67ee1e04474b8b619e568ac76830a9 1.62 MB 4,620 19
841,451 841,451 00000000000000000001eff734e4980070e6244ec0e85f071cfdf9e8f6dddf89 1.45 MB 2,878 25
841,450 841,450 00000000000000000001ff85a96b5d6a3cb025fd17e948d161ece443aec97566 1.49 MB 2,762 36
841,449 841,449 000000000000000000012465c1ae974b238c9c6ed267f394d134bb21b9146104 1.54 MB 4,863 23
841,448 841,448 00000000000000000001c497fa67fbb5e247d7e46a3a217e5dd294dfe115b3af 1.70 MB 3,004 23
841,447 841,447 0000000000000000000167ec903d15a43745e6d04a0636cfa4e0db9249a7e54a 1.56 MB 3,096 25
841,446 841,446 00000000000000000000bb68793c8af85d5cf5630728bfb48fcc6feb2970c59c 1.46 MB 3,241 26
841,445 841,445 00000000000000000000225f4df3b220c8cbfe597a286980d4cd2b07c0c55c7f 1.52 MB 3,302 42
841,444 841,444 000000000000000000004e59a2c9a0f8772bd05c78a2e51bcb9fabd6d3788e42 1.59 MB 3,323 34
841,443 841,443 000000000000000000025db03fbf74e11cfe498631614b7fe6896e69b2a527af 1.61 MB 3,849 40
841,442 841,442 00000000000000000002966f4955072621882704b06be9807ccf49c501bc8a5e 1.51 MB 5,135 53
841,441 841,441 000000000000000000002dc204f49ab4219aa56431f2a69d844f97155e1bb18b 1.41 MB 5,742 75
841,440 841,440 00000000000000000002daa1aa20bccc03d0dec9d5784a7f5f27682a4f9884cc 1.73 MB 4,212 21
841,439 841,439 00000000000000000001c4b25514c1b3b4e302d89078f18f7bde21cb1b166b41 1.57 MB 3,402 20
841,438 841,438 00000000000000000000356ddc952f70ae430841fbefe8ef00b7df8e44a6cb0e 1.61 MB 5,735 20
841,437 841,437 0000000000000000000158812f9c34fffa3a9be29000f0b7448fef78258aa598 1.46 MB 2,191 22
841,436 841,436 000000000000000000028744918bcd7058f96ae463ba0f69369692b995c018e0 1.47 MB 2,626 29
841,435 841,435 00000000000000000001afd2891329be193510ab60c426c11d5d2e00dc55c0da 1.37 MB 2,341 47
841,434 841,434 00000000000000000003083ea050af05fa7d6943fe6a2ac5613c125e5b8702b2 1.58 MB 3,760 20
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.64 GB sent, 93.64 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.