Memory Pool Memory Pool Refreshing

5,754 transactions
1.95 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,079 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (161,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
746,640 746,640 000000000000000000071204dce30ab972cb8eaa78842c96b220ac8737769993 1.50 MB 2,483 26
746,639 746,639 00000000000000000001d4ffe1e2986eb5580f662b9dc2708d6f7dd0c7942680 1.63 MB 3,103 9
746,638 746,638 000000000000000000044a2ec6799478b7bd4bfac7826954720b2693799fd80e 1.95 MB 1,372 13
746,637 746,637 0000000000000000000a01c37245fc0ad97903faf60827d4fbcf6bdb5b4165e7 2.00 MB 938 18
746,636 746,636 00000000000000000000ebb72fd9d06e8427d2c240695b6a1812705f16f0b44e 1.74 MB 1,625 8
746,635 746,635 000000000000000000071166d52e6e389db6e4f43c4b11e947edbaf188f2f4b4 1.49 MB 2,444 5
746,634 746,634 00000000000000000000f6c76a9fba9e23ed5cecdbf93a86931b1513395c0d19 1.31 MB 1,916 8
746,633 746,633 00000000000000000002a995ef37e16105a966e65face571aff76b2b88025a6b 1.54 MB 1,801 11
746,632 746,632 0000000000000000000573b8d27491283652e993c390d7be8a38129ec46672fa 2.05 MB 1,089 21
746,631 746,631 00000000000000000002d7a16b995df4b79deae619175f853efc68643a6eabea 1.69 MB 2,096 21
746,630 746,630 000000000000000000076cedcf92ba37d2f492dc7c9244c12f0db1ee9f8a7a4f 1.67 MB 2,299 10
746,629 746,629 00000000000000000007aaef1ce19a5165a8b9f9ccd0440d400ff59362101ee1 0.81 MB 1,011 7
746,628 746,628 000000000000000000096bad4d4c89d086168b5f66960241a4cfe1f254793f5a 0.10 MB 279 12
746,627 746,627 00000000000000000009b136ccb74230a7985c7d8582eb92d1c24f0230610bc9 1.45 MB 1,423 4
746,626 746,626 00000000000000000009fcf6ec5dca6a01c5ea4ba2c99f27aa77da14ebeb965c 1.42 MB 2,150 8
746,625 746,625 0000000000000000000694e3503f140c94f71f37eff253a9aca28b4ea56f8cb6 1.38 MB 2,425 7
746,624 746,624 0000000000000000000989e02153c4bc60cc01d61780b4d0df0164a2f5ce00b6 1.62 MB 2,448 13
746,623 746,623 0000000000000000000457df24985c590d6094decee2c6a179744aa1c4c7c0e8 1.62 MB 1,942 17
746,622 746,622 00000000000000000002e3c890bc5308f6bb4c11c9b40ac4c34eb01be8c6518a 1.69 MB 1,845 13
746,621 746,621 00000000000000000000ea87718b41187af01b9d84705434904ba6daff1823b9 1.14 MB 1,547 10
746,620 746,620 0000000000000000000259708511556cdc62271989a3f4b38f8b27336e9d1268 1.29 MB 1,205 9
Previous 10 blocks ↓
Total Size: 769.25 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.19 GB sent, 94.19 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.