Memory Pool Memory Pool Refreshing

7,040 transactions
3.92 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 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,807 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,975 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,806 (624,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
282,903 282,903 00000000000000013a7d752786f5c5961ebda6337b02e917dc2679cbbd5b4ee7 0.05 MB 151 171
282,902 282,902 00000000000000006901323a51977f2d324a896a482b81b1a53822c9ed465317 0.20 MB 395 37
282,901 282,901 00000000000000017b1f694c54f2429f04729fb2c35c9db506acbf5a1e32665d 0.10 MB 61 9
282,900 282,900 0000000000000000d68ca32d69b71e65f7bac6c2d0a53d310d3cfac74f1a7d8d 0.20 MB 327 30
282,899 282,899 0000000000000001745fb7c460c32a4c9da0ab9eb4475ec5937ec758c450697d 0.05 MB 166 77
282,898 282,898 0000000000000000845d54b5516833958d16b6b1b83ecd70505ff703c9299d53 0.35 MB 644 30
282,897 282,897 0000000000000001e491653b05cf8bee7b5a5022b292dd52c2a352d9784a83b1 0.25 MB 757 50
282,896 282,896 00000000000000006575bb82b6068b56015dd477e7477f8f572fa4c0dcf4cfca 0.05 MB 137 155
282,895 282,895 0000000000000001d0c484947c5c0c1c5e60859a035ef272aad55032cbb99abe 0.37 MB 709 39
282,894 282,894 0000000000000001446d27a18edc845f77b3b688a0b9a538e0be748bfeb965cb 0.15 MB 171 21
282,893 282,893 0000000000000000f39b0b10a80446a3b52d1505a5dd807f89a11b02842d3b99 0.25 MB 599 56
282,892 282,892 0000000000000001c563aa1d961efa8317cefc592305d959f47d3be23670f488 0.32 MB 385 24
282,891 282,891 00000000000000012db52f66d3ee20bfb02f316fc9cbae1d2c49bd169ebd6ed0 0.25 MB 609 30
282,890 282,890 000000000000000175152567bed1822edcdcb18f9d385c07d05228d2ff8ed483 0.05 MB 131 157
282,889 282,889 0000000000000001c14e781cb26c957222af72c6c163d8700333a97951368727 0.25 MB 637 63
282,888 282,888 0000000000000000fb2c2e68b77963e980e6d13fca2690d5368756cdf72b25c7 0.50 MB 982 30
282,887 282,887 00000000000000019c5a921acf8165f2fee0258f7ee4f9741998a03eb7bb7bfd 0.25 MB 754 87
282,886 282,886 0000000000000000b1db2a878326529ac184e36228919f280ef89b6fa526f9a6 0.26 MB 488 43
282,885 282,885 0000000000000000995db45f2e02302bedcdb91e287db6da4c6662eb34ab78e0 0.25 MB 654 50
282,884 282,884 0000000000000001995bb78bbd4c7e481babceedb4956a4e8381795bbdcdcbdd 0.07 MB 119 23
282,883 282,883 0000000000000000158a8ee07536943b393774cd00caacf465f4f61557b85b20 0.04 MB 90 31
Previous 10 blocks ↓
Total Size: 769.18 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,633.44 GB sent, 93.82 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.