Memory Pool Memory Pool Refreshing

1,873 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 1,870 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (221,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
686,437 686,437 0000000000000000000482bde628bebdae8315a010dcb824e04be9187da569a6 0.23 MB 205 22
686,436 686,436 00000000000000000005ad7d27b92b22b6f71b804521c81c0af97fa71391ca0d 0.72 MB 1,239 29
686,435 686,435 0000000000000000000afb15236112de09ac8f53a495936436e9ade18e32b1e7 0.81 MB 1,093 26
686,434 686,434 00000000000000000004faadee72473ef61d43a6403cb402a51b9801a3842bef 0.80 MB 1,294 24
686,433 686,433 000000000000000000034ef4f35cd4f549d34e968a142524df770b57d887f6c7 1.40 MB 2,554 23
686,432 686,432 00000000000000000000df3dfa8b638b7658a215ebd467c79e0a8a81e5920b0e 1.38 MB 2,121 15
686,431 686,431 0000000000000000000160d3554aee7603f6b46715eefc11751138ddb8db5cfe 1.32 MB 2,499 59
686,430 686,430 0000000000000000000a2822ebec5c19046d21d3a47c04b054b55ec68bb47796 1.19 MB 1,232 27
686,429 686,429 00000000000000000007187b15897150bae82994685ee52462e85d3f6136535b 1.10 MB 585 49
686,428 686,428 000000000000000000082ffafb44953978c1a9c3ff5bcb80546fc922f3a93ab0 0.46 MB 427 30
686,427 686,427 00000000000000000008ef20672a2d95b51d7e3596c329f36a367595d105f98f 0.24 MB 549 32
686,426 686,426 0000000000000000000b6086831c5d9c9a75f2e604cd43e210919cd17d29e033 1.14 MB 1,629 6
686,425 686,425 0000000000000000000c0e0bd75bb6d37c78df54606f38a6da8f3e54d8394ef0 1.40 MB 1,855 21
686,424 686,424 000000000000000000049982dd70cd4269cfedc1602b4be855c31e19ba3d6164 1.32 MB 2,781 54
686,423 686,423 000000000000000000012f4e9fd3dbdf71b8489a95aaa49a4ef5fc356c95b51d 0.16 MB 207 38
686,422 686,422 00000000000000000006912ba3c94e9b8b16e7d2063cddb54b03b7cb4d2bc913 0.47 MB 587 42
686,421 686,421 000000000000000000017256b1c93b59655b0072e5749608dc3d863d30faf94c 0.44 MB 840 19
686,420 686,420 00000000000000000000af665a4876d9c7975b87bfef5c068dfa5e0fd7463685 1.32 MB 2,407 26
686,419 686,419 000000000000000000079d53b0e5ef5c587d22cc916c1d0c2a63c3e44dc810d8 1.26 MB 2,195 27
686,418 686,418 000000000000000000047e496e2ad0b13bf2d10de56a9a4d5645e76815858d0a 1.16 MB 1,784 21
686,417 686,417 0000000000000000000a05a00bdde73c9346bf4cdcbcde16ef365879ba58dcaa 1.40 MB 2,734 12
Previous 10 blocks ↓
Total Size: 769.09 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.34 GB sent, 93.35 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.