Memory Pool Memory Pool Refreshing

2,821 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.96 vMB 2,816 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (735,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,013 172,013 0000000000000345d2083736f5a4eb3d36ad79a5966f45f5184db59cd9dfd9ef 0.01 MB 7 20
172,012 172,012 00000000000001d5703b85d5d9e12eb84cadfa511a11829255a75e4d10383b2b 0.01 MB 38 113
172,011 172,011 00000000000002aefc018c8a1d48e50e83e843c73f51cbf621c2159a6ccd81fd 0.00 MB 6 0
172,010 172,010 0000000000000049984c622ba43cc9524cb04beabb1cd0a2f78d83fd2ff804d5 0.00 MB 3 96
172,009 172,009 000000000000057cdd86869938763f1582bdcd68bd6b3086c648357306a21953 0.00 MB 5 60
172,008 172,008 00000000000002da292e12fce09c27f98b16540bbc6ad31acf25aa2e94de3a2a 0.00 MB 3 0
172,007 172,007 0000000000000713842b2e903e2bb7c12ed791d11efe9269b21b9961f0b5bd63 0.00 MB 1 0
172,006 172,006 0000000000000af44ab51ee8efb0f765637de08a82524cb48437634d995f17c4 0.00 MB 4 0
172,005 172,005 0000000000000af49e14d90f1d43a9301f5a4208c10c6e6b2deccc64c61df3c9 0.01 MB 17 3,461
172,004 172,004 00000000000000c5e5993616ad72fa08fa32899ea2b6904951078407501ad556 0.02 MB 25 59
172,003 172,003 00000000000004b35ff7259a665f4a35a87b79fb7029a34160af8222916ec1a3 0.02 MB 44 192
172,002 172,002 00000000000003e9cf5cb49f6c84755ba36e11b3a4a166ab37ea1c5eddaa4b7f 0.02 MB 8 641
172,001 172,001 0000000000000443d106c7a849bf6c703002756994eb9c93bbfb20b54ed05ac1 0.04 MB 96 78
172,000 172,000 0000000000000837e82c3a4ebe35a1d1d943e056234dba7c629922c6d4052d4c 0.00 MB 1 0
171,999 171,999 0000000000000095ef90570d62b6816b892b62f50c5e10d520682ce18ed28cc6 0.01 MB 34 73
171,998 171,998 0000000000000253da8bd0c98299f29e4c81284bca2ec67d920475dae4168231 0.02 MB 32 67
171,997 171,997 00000000000003c429d1bc26c338e592fa845067493256fccbbab3176b9ce024 0.01 MB 26 70
171,996 171,996 00000000000004d2d4fa7ddd05b07817ded368282247edc329d420acfd3e05ef 0.00 MB 1 0
171,995 171,995 00000000000007e53db3c9052aa54fb70010ed18dae8756fd1d9495625f735ab 0.02 MB 76 107
171,994 171,994 0000000000000695208e80b68a64a85ee2319b2939b6448f0aaaee55a1e13bba 0.00 MB 1 0
171,993 171,993 0000000000000780f55912e897be3f7c63c3ac1ab9275b3ee015e2923b67ee15 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.07 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,628.11 GB sent, 93.23 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.