Memory Pool Memory Pool Refreshing

1,155 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,796 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,155 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,795 (4,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,447 903,447 00000000000000000001a14cde35508be883fbf117469653535c1ed11f05ffd1 1.59 MB 3,514 7
903,446 903,446 0000000000000000000085efded28bfb299258f893901f65b74a41b6280e47ef 1.59 MB 2,884 6
903,445 903,445 00000000000000000002236b341851bdefc6f94d4c69b512c714a566f6186a83 1.48 MB 2,828 3
903,444 903,444 000000000000000000023cc808509ba948788c4e690aca5f907717bc50914023 1.62 MB 3,395 2
903,443 903,443 00000000000000000000fda26f917b532d72a45813caf6f689a914f33368929e 1.12 MB 2,500 2
903,442 903,442 00000000000000000001aed0efe72e6f8d3ae541f1a75c2e8d52f18603d6457f 1.95 MB 1,790 2
903,441 903,441 000000000000000000009c07644f0f5895d3bfec1689355d48244455008cc953 1.78 MB 1,378 1
903,440 903,440 000000000000000000022a39d372decf6b32ca42ecaa47e90a17d7a6de204439 1.24 MB 1,135 2
903,439 903,439 00000000000000000001954403d2a3b9bf64ff96d7a1218051eee10b4563aa24 1.66 MB 3,527 3
903,438 903,438 00000000000000000001e89e5471029f7235fb6e522b8d22a31c359c210dc76d 1.58 MB 3,857 6
903,437 903,437 0000000000000000000237bd1c4b1f101a37d87143f03cdc095040246165afe8 1.66 MB 2,436 2
903,436 903,436 0000000000000000000261cf2bcc37775b85418fd3f07b7e5d9aad8b9d2799f1 1.03 MB 214 2
903,435 903,435 000000000000000000010927ec5e1c089b9d98bc0b7cd2babb640f3fa160458b 1.36 MB 1,897 3
903,434 903,434 000000000000000000014913e2bffcbb5c0967e95149de62dbf0bb960b6f4dd0 1.61 MB 2,865 4
903,433 903,433 0000000000000000000214cf01ff2b482d4df2d8d13b3dc3260a7580d687611e 1.72 MB 2,310 3
903,432 903,432 0000000000000000000168f964bd3cba907125e67dca29a745f1018942bd7a41 1.44 MB 1,416 2
903,431 903,431 0000000000000000000083f8a5e11814666441d31ead7e556a3f4947631e4bc4 1.70 MB 2,827 5
903,430 903,430 000000000000000000014f9621193badf123ceac4b4af9dbff71e470075f1398 1.55 MB 3,065 7
903,429 903,429 000000000000000000011866b7f8187aae97d6a87cedc4b90f6f3fa8f67e2b73 1.54 MB 3,389 6
903,428 903,428 000000000000000000011d09871dbfadf55edac4e402d39dcf577ab97c514a8e 1.57 MB 2,563 3
903,427 903,427 0000000000000000000106e7575d94a60ad701838697afec7ee2134b38883748 1.65 MB 4,450 4
Previous 10 blocks ↓
Total Size: 769.16 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,632.70 GB sent, 93.67 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.