Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,796 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,356 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,795 (133,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
773,858 773,858 00000000000000000002bac51df8ea146cfd3a466c8bba4b571e467c63895c0d 0.97 MB 2,452 11
773,857 773,857 00000000000000000006416bce0feb65f95863579ac6a12ae98b6718fdcc9932 0.71 MB 1,252 10
773,856 773,856 00000000000000000005a0ee40db455710d83b3e1e14c5b15c3b3cfb1df12117 0.79 MB 1,839 9
773,855 773,855 00000000000000000007193ff2f94c4ada80a85b89832a9f4d0dba0162282a17 1.60 MB 3,215 10
773,854 773,854 000000000000000000043498a9b6e1b3af23e293ebe38d49ed3b6aa146938c37 0.68 MB 1,404 9
773,853 773,853 00000000000000000000b87c86a9957b4474f0885d6865153afd323f8f889e4e 0.71 MB 1,437 9
773,852 773,852 00000000000000000002122724a15846af9a077d40691328dedf83312a7fbffe 0.90 MB 1,926 11
773,851 773,851 0000000000000000000229de39721d028cb9a9f735a668c42a620ac1fe4e260b 0.98 MB 1,768 10
773,850 773,850 00000000000000000006f7e506e82aaa93fc2563c08cb1f1c60b3804931935a2 0.01 MB 17 11
773,849 773,849 00000000000000000003c15080c769c9bd5f015d91df2f9185579d185e566f2f 1.23 MB 1,530 5
773,848 773,848 0000000000000000000133165e1280af1409000866a7329e2e01d574bf4f7725 1.41 MB 2,588 8
773,847 773,847 0000000000000000000664a1b3da8c2a2fe9d2b17e892ec5bccfd3d3ace4974e 1.29 MB 1,959 13
773,846 773,846 00000000000000000002eef3ff3662685a61e7426f2d9bb5c631c6095795bcc5 1.22 MB 2,272 9
773,845 773,845 00000000000000000005d374d8198be1404a8e156b09a1b6be90276af9948962 0.05 MB 178 13
773,844 773,844 00000000000000000003237dde56584a8e65e05342e192004a27db2c3035eb84 0.03 MB 74 10
773,843 773,843 0000000000000000000588eb12ed51517b1d36389bfb0bc9717311bf15b0f68d 1.38 MB 2,414 9
773,842 773,842 000000000000000000047370e1a70df61ee36f499a3a4c3a4fd46e5678493c21 0.40 MB 748 8
773,841 773,841 0000000000000000000389f1692ce390e2967d30868eddad9ef32d7978029171 1.01 MB 1,982 2
773,840 773,840 0000000000000000000301a170c435df5005c075b54f9fae4bc634d0db4b2eff 1.55 MB 3,338 16
773,839 773,839 00000000000000000005f64c1ba23732fa726f49b7e7c255d7d18454a70be0fb 0.18 MB 343 10
773,838 773,838 000000000000000000030e8b6cd75d716d86f7f48cc87ca7dbcaff020816494a 0.20 MB 369 9
Previous 10 blocks ↓
Total Size: 769.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.70 GB sent, 93.67 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.