Memory Pool Memory Pool Refreshing

4,032 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,205 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (10,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,627 897,627 0000000000000000000119bd8dffd7d8285a69744011aa98f0d9091b0555ca46 1.30 MB 2,278 1
897,626 897,626 0000000000000000000144486e6f9ba7667d5f49f7daac93b43e755da54ec504 1.50 MB 2,481 2
897,625 897,625 00000000000000000001f0aa617dd2649742a1cb6b335d10f7caf59344f2f8df 1.55 MB 2,412 1
897,624 897,624 000000000000000000019a3d11dbb65d04c58eba58e7a2a442f45edaa9b8fbf3 1.92 MB 2,138 2
897,623 897,623 000000000000000000008f47d8313eabf01f81cf075ef01ca4b1d8caf10cad96 1.80 MB 1,562 2
897,622 897,622 00000000000000000000210167fdee0f2d5dd273dc888d8f29ca212d32d86852 1.71 MB 3,738 2
897,621 897,621 00000000000000000001f1dcde8bf7dd405ca14c4a52c40006df66f8015aace4 1.55 MB 957 1
897,620 897,620 0000000000000000000064b76273428397bd07367fc77f2499b4b6a0d723e110 1.63 MB 2,524 2
897,619 897,619 0000000000000000000061b034d45fa2716d68475bba9af3029f138a57bdb2d5 1.59 MB 1,301 2
897,618 897,618 00000000000000000001920f8af9183d7a74792f0e675f60faac8b508a4aa8d9 1.69 MB 3,031 4
897,617 897,617 00000000000000000001aaeebdcb4e032d17dab9b717a4b3adf97a5c34e84468 1.53 MB 2,710 4
897,616 897,616 00000000000000000000ed7a560fef43930a29ba9f061adf24bd683e22f3f864 1.59 MB 4,093 5
897,615 897,615 000000000000000000018ee4679ee40011cef1609455417a806ff292b1a1847c 1.48 MB 3,562 9
897,614 897,614 00000000000000000002034b9da8a63738b262c708ab2eff35e4c670561aba36 1.60 MB 3,406 7
897,613 897,613 00000000000000000000b805a8212e435e98e449f99a8ae5c858faec5e53471f 1.67 MB 3,911 4
897,612 897,612 00000000000000000000f6e77b0853f57cd1c9b7df55795cdfc0e50f4dd94067 1.62 MB 3,434 8
897,611 897,611 00000000000000000001569ffcf6d7daefeae2a949d2c0ad6c5c47b604f0ab1e 1.58 MB 1,646 2
897,610 897,610 0000000000000000000224a0f1bba4da0b0e0851746326e5c11a289917a3f261 1.80 MB 2,678 3
897,609 897,609 000000000000000000020a54153c7ac8274fd4af66cef54ebde0db97f7891527 2.07 MB 3,259 3
897,608 897,608 000000000000000000008cc2ad81a417f4cc9578c16d0ffe905e0999267e5e8f 1.56 MB 846 2
897,607 897,607 00000000000000000000a5ee297094cc189d2506b4228bb4b67e0addd2a467b1 1.02 MB 235 2
Previous 10 blocks ↓
Total Size: 768.98 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,615.99 GB sent, 92.70 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.