Memory Pool Memory Pool Refreshing

1,606 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,604 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (10,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,371 897,371 00000000000000000001f0a7e4bd315416e6cf7192b16b3e16c0e786cca7f7ab 1.56 MB 5,406 2
897,370 897,370 00000000000000000000267fdba90b8b4b484ee76b5d3a6f3d33f3f7d2dda424 1.57 MB 3,264 7
897,369 897,369 00000000000000000001b00a5bb01ac4fb664e5569c385af9840717e4f79b394 1.61 MB 3,618 4
897,368 897,368 0000000000000000000001574a614d05cf8200e692047e4cce706aa4ed6fe02a 1.43 MB 4,554 2
897,367 897,367 00000000000000000000cfabba7ffba043f45c3fded93c90d7ce7990ab972be1 1.36 MB 4,700 2
897,366 897,366 0000000000000000000040f982f50b9812372ade647137db1642284086d9c024 1.50 MB 5,620 3
897,365 897,365 00000000000000000001495067ea90934711cbfec5b4b567a461452823cb08ee 1.59 MB 4,851 3
897,364 897,364 0000000000000000000219a544c03a14d737d5b48f3b266778c5ab46def075f6 1.60 MB 4,417 4
897,363 897,363 00000000000000000002141b093c02abe9bbebcf96e1153381d2374d7c0c9676 1.45 MB 2,649 6
897,362 897,362 000000000000000000021dd07e63c53507001f0f648779a1527a7c111b098ed7 1.49 MB 3,718 3
897,361 897,361 000000000000000000014b8141b5bc1877c059682b8edf129c9dcf83c9a91c70 1.62 MB 3,225 6
897,360 897,360 00000000000000000001afc4f7099a9156a4749d236b7483c0dca6db7de83007 1.60 MB 3,790 5
897,359 897,359 00000000000000000000c80728fe567c189151e2751d0f2f75429bcf6e39aa6f 1.17 MB 1,841 2
897,358 897,358 00000000000000000001aad2256e621b67c7e9f465ad37c32272f165efb3b917 1.31 MB 4,215 2
897,357 897,357 000000000000000000015cef26f77c4774c1b2da393d9e51249be649ddba4b96 1.46 MB 5,093 3
897,356 897,356 00000000000000000001bb0617d238f38fa7744ab2507b3512fe5f18b9d59ad3 1.46 MB 3,419 5
897,355 897,355 00000000000000000001d7faeecb1ad249b285999862ce2f6406f1cd5d15265e 1.54 MB 4,773 5
897,354 897,354 00000000000000000000d8fae79c388db738efdb1e9a4f151e1f76aa84458e19 1.49 MB 3,442 8
897,353 897,353 00000000000000000001f700ae80763f6aef8a3373758431e99c1fe56321e807 1.49 MB 3,006 5
897,352 897,352 00000000000000000000598cbf1e17140a383b432d3d46b1d89f3a86ca9e668f 1.29 MB 3,084 2
897,351 897,351 00000000000000000002261dd64a2a5ad76b56e7aa6084cb7738af3b12906459 1.07 MB 514 2
Previous 10 blocks ↓
Total Size: 769.08 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.25 GB sent, 93.30 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.