Memory Pool Memory Pool Refreshing

2,356 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,857 (372,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
534,975 534,975 0000000000000000000886c881bd5968a5c8c3e3c803084c9279a70af47c8ea1 1.38 MB 2,576 23
534,974 534,974 0000000000000000000df13878a5190327846e4d39a8e9ac6f5189e66d409d56 1.13 MB 1,726 35
534,973 534,973 0000000000000000002bb500cc16b10bbd1c9ddeffa9ccde62e6ccd9e80e2d85 1.03 MB 759 22
534,972 534,972 00000000000000000020686794bb21d0bb6fa3b6878fdb35ab9e12f1093d416e 1.10 MB 1,938 54
534,971 534,971 0000000000000000001afcf96d4100d91bf27601a32b168909ffb46451be98f4 0.71 MB 1,122 28
534,970 534,970 0000000000000000002ed6bb6dd6d9931f66ea50d28be9463c7de80cc2cc3220 0.87 MB 644 6
534,969 534,969 00000000000000000005a3942070064c29ddb5418a9b69a360e7d75f4a31e963 1.16 MB 2,271 17
534,968 534,968 00000000000000000014176b2f8fde95f249b644aa298b3dc64f4446eff669ce 1.20 MB 2,166 20
534,967 534,967 0000000000000000000ac1c48f0fb79b413c7909d3cb17a9df9a35918b034b68 1.12 MB 2,214 25
534,966 534,966 0000000000000000001570ebf6becb3edb10e2713af619d173ae48fd144d5cbc 1.07 MB 1,693 29
534,965 534,965 0000000000000000000a5c2378be75b246dae8932e3679f3b8542173c1015547 0.21 MB 509 20
534,964 534,964 0000000000000000002b7e069c213c8bcc78c5b92f263e006a9528ecc127de3e 0.19 MB 382 14
534,963 534,963 0000000000000000000383d3579a5a675edc7868f5f04e8818654f4b491c0608 0.02 MB 59 25
534,962 534,962 000000000000000000079463e14bf4b71a548387891e9f491f947a70804937da 0.22 MB 419 3
534,961 534,961 0000000000000000001a27ad18b8af1f9c09e71a3d9668aa9ae2a899d35f3b70 0.39 MB 842 14
534,960 534,960 00000000000000000003dce971d27754e457f766f11e419d1dd2e784a2e9cf08 0.19 MB 371 45
534,959 534,959 0000000000000000002869cc89b9593ab6cab1a9245f839d2f5d0dd7f841deda 0.74 MB 1,596 24
534,958 534,958 0000000000000000001b5fc964e94e40682842162c8dd831a3cc45b720c05a36 0.46 MB 981 24
534,957 534,957 00000000000000000029be41a55bd9983e660d5ca4aa5f87e2564adbcc8dcc7e 0.14 MB 161 66
534,956 534,956 000000000000000000155cfe8117ea901ab4d0506d122f7e330525755c568888 0.24 MB 561 24
534,955 534,955 00000000000000000010485855346638faaf1e2f31018a5954d4ec3dba094a15 0.15 MB 308 31
Previous 10 blocks ↓
Total Size: 769.28 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,635.43 GB sent, 94.29 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.