Memory Pool Memory Pool Refreshing

9,189 transactions
4.26 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,030 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (216,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
690,754 690,754 0000000000000000000eb9d8731b93260f1a7d07c430548d67246474b206c673 1.47 MB 2,426 9
690,753 690,753 0000000000000000000dbeab339c592582e07f3960ee5299a0d60dca8bd88fd9 1.47 MB 1,935 33
690,752 690,752 0000000000000000000cbe66ad182cd93fe7d9bc99684d3756ba57a3c2508947 1.38 MB 2,099 39
690,751 690,751 00000000000000000008b77048442e816c7a044fb749d501a009b3329c941834 1.48 MB 2,541 33
690,750 690,750 00000000000000000003df5e8c814bdcea8b20bb50764db67cd4bfa5b8d3e287 1.37 MB 2,169 14
690,749 690,749 0000000000000000000c340969aa11482542ba793b430b7c7de662ea82934e47 1.56 MB 2,724 44
690,748 690,748 0000000000000000000d45ff5bce2c4669200831c9c55ed3f25f8c59dc8ee955 1.14 MB 1,744 30
690,747 690,747 000000000000000000116f42b8b9dfd96b2d44370a5c5d411cbcfd15006235c8 0.49 MB 930 26
690,746 690,746 0000000000000000000b206eecb27f5d2cee8378e0461b6e2815a91b53e97e96 0.12 MB 272 26
690,745 690,745 000000000000000000060da2a0e8f6609a07fd1081879dc3a66f314773468ee5 1.06 MB 249 8
690,744 690,744 0000000000000000000bf40033d27c5a8990c88cb131c9e399b299e50a6a401e 1.50 MB 2,399 22
690,743 690,743 0000000000000000000ef7a6a60b7cfd8023097b7153d2784c95d612eb7b5400 1.44 MB 2,407 35
690,742 690,742 0000000000000000000710e0887ba0e8ee804196d92255438507e9be2f37399b 0.32 MB 485 7
690,741 690,741 00000000000000000010b8d1f993c3a69cdfcfa3ebace54dc3fe2e3e785e62c4 1.11 MB 821 28
690,740 690,740 0000000000000000000d1f11aa3a938bf4d29904e07dda405d6f0db6552bdffb 1.55 MB 1,675 4
690,739 690,739 00000000000000000006bc42597a2eb51c7d8a93099e7d4fe39b246f0eac70c0 1.62 MB 1,955 6
690,738 690,738 0000000000000000000235035ceca18fefcf60bafe879975ef06d88af9faae3b 1.59 MB 2,226 35
690,737 690,737 0000000000000000000b3c4840a716572c37f036dfc174978ff1d18937bcd60a 1.46 MB 2,343 21
690,736 690,736 000000000000000000116ef18c18fd6ce35b6d372b78c868d9df2a94f21e81c3 1.65 MB 2,400 7
690,735 690,735 00000000000000000000943590aefd068fce29c053fe66c672fdb8ace9178c0e 1.45 MB 2,573 34
690,734 690,734 0000000000000000000147dd32662f0bfc892b5f3bc1ec39d5c34fa6ddb74cbd 1.37 MB 3,268 15
Previous 10 blocks ↓
Total Size: 769.03 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,625.60 GB sent, 93.03 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.