Memory Pool Memory Pool Refreshing

9,965 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (451,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
456,598 456,598 0000000000000000004c1779bc3a7dfaeef9c6a457921123672dfe4c9bdfd80e 1.00 MB 908 95
456,597 456,597 0000000000000000020bdb4ea0364f31f66612c0c39548bd8baa13b792bf9f1c 1.00 MB 835 47
456,596 456,596 000000000000000001ff6009bdb1dbacbf31a0d0b6f943f9f6afb203fe41699a 1.00 MB 813 82
456,595 456,595 00000000000000000115a8d6c147c9e2a6bb2ec45c82da66b4dab6a78af5bc42 1.00 MB 1,329 113
456,594 456,594 000000000000000000b1a705816ee42bd56b98ae8eeb9e40fe19680b12d5cc67 1.00 MB 632 76
456,593 456,593 00000000000000000077d5eb67dd61c3efcd3ff72e17c7fca51109505717ab23 1.00 MB 1,644 105
456,592 456,592 000000000000000001cbc5873037c46e4f251d00a4d847f3bd12661fb25138f1 1.00 MB 1,450 135
456,591 456,591 000000000000000002201ee6b2626efcf33fba55e118bda26ca1208330e9e586 1.00 MB 2,434 122
456,590 456,590 0000000000000000018deaa5af1c2f499c3f5846ae02cc4ee37840842277d0bf 1.00 MB 2,448 215
456,589 456,589 000000000000000002305ecd50d602f1e19d8fd488a9e990c0ffa2d92467c8a4 1.00 MB 1,656 160
456,588 456,588 0000000000000000013e6d6201e9d2e93d642e9b361f1cd05ca393ef044242f3 1.00 MB 1,848 271
456,587 456,587 00000000000000000150b244e9fd7150af10e44e2793fe59a4b92776e57beafb 1.00 MB 2,352 285
456,586 456,586 0000000000000000025455d0388638e6b517ceddebbae25662b1aeb9fc965e20 1.00 MB 2,200 185
456,585 456,585 0000000000000000010fc53de57c44ef43cbe7ef8aeca6c647fa1b163214922f 1.00 MB 2,478 337
456,584 456,584 000000000000000001c4b742ec611ec9070916b3c06c8ab5e13e4218a15555bd 1.00 MB 2,246 135
456,583 456,583 000000000000000001c3f730fd31a9ff974c5e091aa663f8914dee3bd212189c 1.00 MB 1,819 217
456,582 456,582 000000000000000001b9cb757117abd92cf5f941049f419a8a5631ec0346646b 1.00 MB 2,046 226
456,581 456,581 000000000000000001c963d516acb653e69f0d6c2917f89850be37394cde880c 1.00 MB 2,310 265
456,580 456,580 000000000000000000816e8288e97858068ab68369ec68f0d3e6df4e7ed658ca 1.00 MB 564 58
456,579 456,579 000000000000000000224774c12416b27333df1e1f36ad004e7d1da5360c686b 1.00 MB 845 69
456,578 456,578 000000000000000001dd597fbdcb27851135a2d261ee19d118138be063f1d543 1.00 MB 1,811 144
Previous 10 blocks ↓
Total Size: 769.01 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,621.42 GB sent, 92.91 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.