Memory Pool Memory Pool Refreshing

5,324 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,068 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (773,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,970 133,970 00000000000003d85cb924df1aa0013553dda6c5df2a3630c44c4311dd99526b 0.00 MB 1 0
133,969 133,969 00000000000003cd82425aff8019b74e0fac576615975d0f9e0646b968b69049 0.01 MB 37 395
133,968 133,968 0000000000000afd2b923468e25ee18eb552bf0a9c11c334294653f8c06a51ac 0.00 MB 4 0
133,967 133,967 0000000000000575a557d3725a37d5b1cf503b7a092a836a951e8f05bb23a7eb 0.03 MB 61 542
133,966 133,966 0000000000000224af5524f2779b87cb0e17857e7351f6132c07bbbb4a8b738f 0.01 MB 29 873
133,965 133,965 0000000000000a731880e70477289a2e095e442f9f51a5c1337d97572d54bed3 0.03 MB 65 618
133,964 133,964 00000000000003f5b4048a42787aaf5449c02de54d3de54817542c1b6bc88a56 0.10 MB 152 98
133,963 133,963 000000000000002f5bd90fe9e847b46cfe07b9263bb2272e35914ba9d68235d4 0.03 MB 75 649
133,962 133,962 00000000000000fe79d5e543dfea06c8f28d61ab4f49921c6c1ea67007df3723 0.04 MB 66 895
133,961 133,961 00000000000000d6c1ea37c604ae5dee19f3fce8d6a2c931fb2ad9f5fe2efb32 0.08 MB 174 300
133,960 133,960 000000000000054636caa557c45fd5252fbc1570a03f8b0b8e0e9cb778646636 0.01 MB 30 1,033
133,959 133,959 000000000000095695022f17ce411adcf5947e8e666d55581929854fa176a199 0.00 MB 15 461
133,958 133,958 0000000000000a12e457426f912ba9049c71d8d8ee14c19dcd1dfa292f6b0327 0.01 MB 42 476
133,957 133,957 00000000000005b6c18c7c516bfb7030a5a9e52eaac8021926148f943baa7115 0.00 MB 1 0
133,956 133,956 00000000000000a9281c0b12b9aae270ee4e3e39f6e74cab61615538fefd279a 0.00 MB 11 312
133,955 133,955 00000000000000d3c2cdf2a8ff7c04710561df0a0f0d9176e2aea3d2f61f3868 0.02 MB 43 124
133,954 133,954 00000000000002f0379a2582d96faa48ac8215fa7e0abc443c107940d230c879 0.02 MB 56 751
133,953 133,953 000000000000019e9b53e55a7e223e3f8da073d861d52a178d25df20bb42ec0d 0.02 MB 50 386
133,952 133,952 0000000000000a1a7f181953591f8bc3d9ddfe5775fd034dc527425a96b34f5a 0.05 MB 122 230
133,951 133,951 00000000000004048b93f25eeb2f8f65cbd7e504ddebedf623256573d0fdf43e 0.03 MB 85 376
133,950 133,950 0000000000000746d13846249a2c5328b1bdad1128b229db851c8fbe8504d723 0.04 MB 77 304
Previous 10 blocks ↓
Total Size: 769.04 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,626.26 GB sent, 93.06 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.