Memory Pool Memory Pool Refreshing

4,557 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,831 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,053 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,830 (202,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
705,483 705,483 000000000000000000045390ee28f3b4e1d209165c2320f37cd290d0d487e503 0.78 MB 1,288 12
705,482 705,482 000000000000000000010b4b37f4822b5984b42462261fb8cb1ec12804d8a07a 0.57 MB 932 11
705,481 705,481 0000000000000000000165edc7e38414c46db7f22f5518dc51b87b90cdc607bc 1.20 MB 1,720 17
705,480 705,480 0000000000000000000b61b3c3e70165aafedbfd1027c126d580282b156bdd7c 0.32 MB 420 12
705,479 705,479 0000000000000000000c462ceab76966fb4725af2c1a533cb0d4fb23d4c7587d 0.52 MB 964 13
705,478 705,478 00000000000000000006bb0015151505407089ba0a51db8e05d26b86188404b6 1.09 MB 1,662 7
705,477 705,477 0000000000000000000c2427411b5e0af66d8ac0903fadb61a9e8af4bd75421c 1.57 MB 2,624 17
705,476 705,476 000000000000000000090070e6420bed0476cbe7563ccf31043eeccb2939a706 0.97 MB 1,996 4
705,475 705,475 000000000000000000023cd6f063cd10616f167bbd2fa97db93cce1d6ed4da92 1.49 MB 2,680 29
705,474 705,474 0000000000000000000a0db09b22bd746df56af222633133f7e8a936dd14cead 0.96 MB 992 13
705,473 705,473 0000000000000000000b1b42208b3c0bc72d32630fdcbb4d433e758c2fed5926 0.93 MB 564 10
705,472 705,472 0000000000000000000e06f315bbdadaac18affd5177e625a3c261acea3c9999 0.15 MB 130 12
705,471 705,471 0000000000000000000081ce00359fbf9f752df09af18a26c3a19180d4df7cc0 1.11 MB 1,664 11
705,470 705,470 00000000000000000002aa35c0b1edf700923523315a8ce90f99510b8647e947 0.79 MB 1,533 11
705,469 705,469 0000000000000000000ca4fc4d05bc5774e2e8b303786e2d48cf5b4b928ecef4 0.11 MB 69 5
705,468 705,468 0000000000000000000de490a5843ebb92400c5be12d14775022accdae557fb7 0.56 MB 1,209 13
705,467 705,467 00000000000000000002c4454530667043e11ebd906c314d465f422d3e668064 0.80 MB 1,790 13
705,466 705,466 0000000000000000000c9166684f531ca94df09fd7df11955520f2b1a357e9f7 0.49 MB 747 11
705,465 705,465 00000000000000000004d4e75b1c87f2439b3113e0013dcb8d695a27833ffc31 0.00 MB 5 3
705,464 705,464 0000000000000000000ceb64f3a6634755f432f10f45b1e0371f3806ec29a657 1.15 MB 2,086 12
705,463 705,463 00000000000000000005c1ccb1fa08dda215436c29410a65039d056f4b8f85d8 1.50 MB 2,863 12
Previous 10 blocks ↓
Total Size: 769.22 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,634.68 GB sent, 94.05 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.