Memory Pool Memory Pool Refreshing

6,728 transactions
2.22 vMB
Show Random Selection Loading Transactions
Max Size: 12/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 ago 1.00 vMB 3,929 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (228,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
679,056 679,056 00000000000000000007114a3e6a759be04d722dbc8b91f9ad4b3c9b83be8c85 1.34 MB 2,675 85
679,055 679,055 000000000000000000005a2329a6fb9b3f2dc8352959904e7a8825359d90cbd8 1.36 MB 1,943 77
679,054 679,054 0000000000000000000107ba06de66924066eba351d75697effe59639de12e26 1.43 MB 2,361 71
679,053 679,053 00000000000000000009033f0124bc784e3d888f22baf81213163ef8e4ccf90d 1.45 MB 2,295 81
679,052 679,052 0000000000000000000b6cac5c11a90af98036c7e34d9db2b36cbefeff2f2520 1.23 MB 2,828 78
679,051 679,051 0000000000000000000578b6ddd6bfbfcc7dfad9fd50d62210bcbd9ad5183e08 1.29 MB 3,285 120
679,050 679,050 00000000000000000001fe4c8f2da25ff4e090f699817e9b5137d9772d8ca116 1.47 MB 2,370 83
679,049 679,049 000000000000000000043b56d977a662ae03bd887e6432d192d849990870f186 1.47 MB 2,848 84
679,048 679,048 000000000000000000000d9b733182dea5b047a40eef48381e707b98d5fa9c37 1.38 MB 2,895 86
679,047 679,047 000000000000000000093210025c6db126ead0558acd23bfcffe0817d123cac9 1.28 MB 3,324 103
679,046 679,046 000000000000000000052bb30b36b57074f86922e655a97818b1fbce7f08f65f 1.37 MB 2,321 60
679,045 679,045 00000000000000000001e7190dbe04c02b437db055d879f7d0de465add4a2630 1.41 MB 2,349 64
679,044 679,044 000000000000000000018e42e509d585c43e0516b83472cdf7c9dbca45cd3244 1.30 MB 2,293 37
679,043 679,043 0000000000000000000bbd14af2184197141d35da0f52f9621d96f9523cbb5d9 1.41 MB 2,291 46
679,042 679,042 000000000000000000025c07fab9a132e8b5f6f9cee04eecaad5eb9d7b58173d 1.31 MB 3,097 57
679,041 679,041 0000000000000000000b25f4d9d17a227f6d6ddd65ba67b2a65ffe4652c1cba0 1.29 MB 2,512 76
679,040 679,040 0000000000000000000aac3cf4749e79fa3783fbda649de2e21d91fc25666f3d 1.05 MB 386 66
679,039 679,039 0000000000000000000a648ef0401cf65708bf96ea3de3464b93a324cda28660 1.36 MB 2,351 74
679,038 679,038 000000000000000000024f20458455bcc30f47ff1f2096c3c1b79ed236f1de38 1.29 MB 2,660 88
679,037 679,037 000000000000000000054b37455eb59ff21c4a7a9f36ff9eda47538fb01585f3 1.44 MB 2,763 81
679,036 679,036 0000000000000000000645190b239347e8696fa99634b80f8d97eaca5df2e2de 1.31 MB 2,732 66
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.28 GB sent, 93.33 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.