Memory Pool Memory Pool Refreshing

1,565 transactions
0.55 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,564 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (556,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
350,890 350,890 0000000000000000085419e320f931376b7a728b15fe0bf03f9de0753d391118 0.10 MB 208 32
350,889 350,889 0000000000000000056edea3945f5d5fb4dcaf8611775de5e6ac62225aabf1a6 0.69 MB 1,241 23
350,888 350,888 0000000000000000014d2eca6219ca03a53363be4f7f2c96497ac3cfbb4a5623 0.75 MB 1,329 24
350,887 350,887 0000000000000000005d18926e6b840429aa4f5c57b4109cf3052755e65989c4 0.75 MB 1,442 26
350,886 350,886 00000000000000000c9507b55fdffa4fe9b5a29c744119216cd29adf3cc8e056 0.08 MB 147 27
350,885 350,885 0000000000000000003f99f53d45a1d4838daee43d69b05fdb9e2896491ad059 0.56 MB 482 13
350,884 350,884 00000000000000000fd3930b320b820dbc02680c38e19562e4f48e946372dc6e 0.75 MB 1,665 32
350,883 350,883 0000000000000000116e4d322ebb66416511ee9af87d7e9dfa5d346795e6ddb9 0.17 MB 347 26
350,882 350,882 0000000000000000129c1c59ad19de497fd2128c8ed241b3f130d09662626060 0.13 MB 173 15
350,881 350,881 000000000000000008888eeb58059187451fe6f5ca0875d6a49471cf8bcb5fcd 0.43 MB 744 24
350,880 350,880 00000000000000000f066d894e934529f85663e846522f3a31075410ff434e9b 0.48 MB 916 25
350,879 350,879 00000000000000000a5617766cd437bf8f9c968a31565de9621eca759d097c39 0.49 MB 1,064 30
350,878 350,878 000000000000000015a8062b79c00f545dac8fd39f67b68bac720f73e3c1457d 0.21 MB 48 7
350,877 350,877 0000000000000000054062b288c3172b37d438130976d6e53683c5d6823b8944 0.75 MB 764 20
350,876 350,876 000000000000000011ef2bbf93e7f2de4693ddb5c95f207656ad3c02a9ac0dcc 0.24 MB 315 21
350,875 350,875 0000000000000000067e5600f5d998e913c891f65ef139def971e1cbfbdd3738 0.56 MB 906 22
350,874 350,874 00000000000000000c74a7a5a2ea0092ff17b19a5a6ddc093a47996d51caaf67 0.18 MB 103 16
350,873 350,873 00000000000000001125df2a7f14b766615e205f0b2056c21572e4c67ed3c5db 0.25 MB 442 26
350,872 350,872 00000000000000000c668495e12047418f2786dd18e4280da7af5f1ffbcfc16f 0.83 MB 1,495 26
350,871 350,871 00000000000000000a599b97a4c2539e408b28a56fbba9fc67473e4350c37031 0.57 MB 849 15
350,870 350,870 0000000000000000091ba627bb3e4fc8f2570ecd384b2b16b0d5281b509ef200 0.75 MB 1,579 32
Previous 10 blocks ↓
Total Size: 769.11 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,629.39 GB sent, 93.42 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.