Memory Pool Memory Pool Refreshing

2,295 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 2,277 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (495,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
412,558 412,558 0000000000000000051dcd6939d0099f1dae24acff92ef9b8318c80e70e7bce5 0.81 MB 1,594 42
412,557 412,557 0000000000000000002112ceb3e00fb44e89f7fe65c1e4b41ebb39ea9732fcdc 0.45 MB 765 40
412,556 412,556 0000000000000000042631b462e1b5d23a2ee4e380e11274240426925685af7c 0.24 MB 390 46
412,555 412,555 000000000000000002faabf78509366b7da18e5e5c5423581a709d309c20b2eb 0.75 MB 783 27
412,554 412,554 000000000000000001570649c27962a6a69f3d18f8872b2a21d470b676bd97f1 1.00 MB 2,396 70
412,553 412,553 0000000000000000044176c3666c7172f3667decc8f7d40a46f6a0e80f17939f 1.00 MB 946 23
412,552 412,552 000000000000000001f1e31a291f8c7afffbeb8ba453030189f5c72fa2dc2a82 1.00 MB 2,379 58
412,551 412,551 0000000000000000051407c58cdbd81da54132b404238792e78af6c75918cf9a 0.93 MB 1,625 42
412,550 412,550 0000000000000000032cfd2af5cdad7f924fe1db8e262d81d8543f58d863a1a8 0.89 MB 1,724 45
412,549 412,549 0000000000000000031eec50d50177e212df962f647e5d118ab31f36a7a645ea 0.50 MB 817 37
412,548 412,548 0000000000000000037e6a80a65adef7369f67f32de7b834f4a65683ea7f7b1b 1.00 MB 1,924 46
412,547 412,547 000000000000000004671cda185a8b8fc4a1a6d79609df73fb1de8f29686e9a6 0.99 MB 504 8
412,546 412,546 0000000000000000059870eddd1362b8e25a27359939e4f3a55f09176701cb0c 0.71 MB 1,203 41
412,545 412,545 0000000000000000004080e3fb6a03ebf368c4f5e27356a3142b9b867c845704 0.35 MB 666 47
412,544 412,544 000000000000000002baa3403d0c87297e737ee1bc86f178013e38ff02f904be 1.00 MB 1,666 41
412,543 412,543 000000000000000003714bd11931b934a68c00833db67fc364bc55f8ea20d6a9 0.77 MB 1,486 46
412,542 412,542 0000000000000000025ea8d0466a24cc5b8c1ea0f72b69ba600dfd49f6de773f 1.00 MB 666 13
412,541 412,541 000000000000000004d2da291c3724ff1b347476381af7c5e020541283011216 1.00 MB 1,767 38
412,540 412,540 0000000000000000014e37a59a737150727f4f9b32570ae65c312f3e1f8487f1 1.00 MB 1,203 52
412,539 412,539 0000000000000000050146ef83602dc28929aa83b9941cda25e4e994a71e6ad5 1.00 MB 2,749 63
412,538 412,538 0000000000000000012ca42124b4d739b4e5c9a4b24c4b2beb6237a9980edf07 1.00 MB 424 14
Previous 10 blocks ↓
Total Size: 769.28 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.56 GB sent, 94.33 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.