Memory Pool Memory Pool Refreshing

3,098 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.90 vMB 3,093 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (7,626 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,085 900,085 00000000000000000001baec1eb1f87622426d1389ff89a5f515a9c71d210246 1.12 MB 584 2
900,084 900,084 0000000000000000000149a4fc265b5455b6b9abc88817d8b77a635808f4161a 1.67 MB 2,736 4
900,083 900,083 00000000000000000000cfd8dd58c3507f10da627134da1f4e7ee6d89bd143a1 1.50 MB 3,250 4
900,082 900,082 0000000000000000000036461cdafc1d3939a7feaf14e6f9a0a1bcb184eb7cc7 1.52 MB 3,681 7
900,081 900,081 000000000000000000010efd5b387fd7e4a54f7340c1bf13b4b7efdc37d6bad2 1.56 MB 2,544 4
900,080 900,080 00000000000000000001d269a1e28aecda33a51fb4e9707f44945c31a77ed7bd 1.66 MB 2,260 2
900,079 900,079 00000000000000000001c8a4867a0fc8529a20199748ee85e1398aa4954bb8a4 1.74 MB 3,571 4
900,078 900,078 00000000000000000000c47d792fc7419b4d18ac0478fe412a34f6f3636464e9 1.64 MB 3,317 7
900,077 900,077 00000000000000000001a71cc5371a47ac059cfab0b68b5d45bc517aa8091002 1.53 MB 1,932 3
900,076 900,076 00000000000000000001af4ef13458363d7059c02c2f997f34d55e8630eeb744 1.69 MB 4,074 5
900,075 900,075 0000000000000000000152855ee239c2637c24954d220cf639888b2d42676cd1 1.46 MB 3,714 8
900,074 900,074 00000000000000000000689e3e0db2fcb6f1246531ec6ceacc17fe2fe0682c28 1.33 MB 1,643 3
900,073 900,073 00000000000000000000f70fd9e6580c98cd20d07740cd41fdab3383b55ddaff 1.41 MB 1,651 3
900,072 900,072 000000000000000000012366e767ee042459c04aaa4b55678ada13f76d89832e 1.61 MB 3,748 6
900,071 900,071 000000000000000000014ef4563c2ea331bdb3518046adbe00c9d25d3fd14ce0 1.54 MB 2,255 3
900,070 900,070 0000000000000000000077f17f8c3a76c27c7e5018d736c5a1d7b48ef9bc05f9 1.62 MB 3,700 6
900,069 900,069 000000000000000000018ee9f6381f3ab8fc764ed1cf3581482a83489a53bda2 1.21 MB 934 2
900,068 900,068 00000000000000000000ca74bb29558fc0744ea3875cf3187c524a56d0fe8e0d 1.39 MB 2,054 3
900,067 900,067 000000000000000000010c9cfd2f6c3945e0a89412a731bca26e87e0b4f38250 1.58 MB 3,267 4
900,066 900,066 000000000000000000004b01f1f81f35daf82dc125a552d4b0fa8bcde931be90 1.32 MB 1,904 3
900,065 900,065 00000000000000000000dd9fbdc8e1cdb2ca8379366777a806af699e04477332 1.51 MB 3,833 4
Previous 10 blocks ↓
Total Size: 769.00 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,616.90 GB sent, 92.84 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.