Memory Pool Memory Pool Refreshing

8,170 transactions
4.22 vMB
Show Random Selection Loading Transactions
Max Size: 22/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
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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,019 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (188,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
719,068 719,068 00000000000000000008e5ebd1bfc2fd19df71750caec7d640304171c15254d7 1.24 MB 1,328 6
719,067 719,067 00000000000000000008a5fc58d045b4d577df2e9f2e73d7fcccaa51101436e9 0.76 MB 1,349 11
719,066 719,066 000000000000000000084f259bf981b1e23db9cc8a0555e43559eb4f1f8469e8 0.70 MB 985 10
719,065 719,065 000000000000000000096e5156d9b14632f20c15fb39a0fef13d62c70f752ad2 1.16 MB 2,072 13
719,064 719,064 000000000000000000082e0f269398c75fd2c8a50fd63220a8c9354857e9629a 0.52 MB 799 6
719,063 719,063 00000000000000000004b19291a1facbf39715046b895bbef6b0c746703db99d 0.86 MB 1,048 6
719,062 719,062 0000000000000000000745c033f61b86fa50db81165ec51909119fbbddc3c454 0.31 MB 316 4
719,061 719,061 00000000000000000002915ca4332433c7164f9094a6fe4e831662cfbb92243b 1.17 MB 1,673 6
719,060 719,060 00000000000000000001d32acc90a88001a502f2fda94cb93d4ffef521077dc4 0.91 MB 1,151 5
719,059 719,059 00000000000000000007ff184b1543eeca1f9aefb1c2bb9d0bccd121e40dd031 0.22 MB 274 10
719,058 719,058 00000000000000000000e4562e27f13b60520a02b233079f119fc86eb48437fa 0.62 MB 749 4
719,057 719,057 0000000000000000000898c221cddafbb947fbd223d2a6cbc84b1894247c56c5 1.50 MB 2,991 11
719,056 719,056 00000000000000000004002c203801aeaef9405f523b8db5f26c5f603d473596 0.33 MB 390 6
719,055 719,055 00000000000000000007c84467c6e0a501928f59104f617da43958863556f0b9 1.27 MB 1,248 7
719,054 719,054 00000000000000000005a108dc4669dcd77b1fa4f678860a1a2968756ece6b05 0.31 MB 292 10
719,053 719,053 00000000000000000001c8baf7491e0c4accf4dd0ffc345f2f6bb05ae736f518 1.22 MB 1,465 10
719,052 719,052 000000000000000000066a54c1208572e9dedc06ecd6ebc9128ef41aa2b5174e 1.20 MB 1,690 4
719,051 719,051 00000000000000000000ff5008cbced1be2ed964e869c8b26eda7919840f6cd7 1.45 MB 3,189 9
719,050 719,050 000000000000000000037ec517cbff19a57dc1341d5e2cd3b5716095ea36bb24 0.63 MB 1,245 2
719,049 719,049 000000000000000000048a7d2ef6172e9c23a9a6c0986d9ea9bdc3db436bf00b 1.47 MB 3,263 9
719,048 719,048 0000000000000000000970af1b51fb5cf22113c59fbf57e74e9b198d9df2d92e 0.56 MB 1,027 7
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.81 GB sent, 93.04 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.