Memory Pool Memory Pool Refreshing

541 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 532 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (95,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
812,265 812,265 00000000000000000000c7ea3aa01526a39cd50273aa59a5175a93898294e163 2.04 MB 1,300 5
812,264 812,264 000000000000000000008dbdda67398aecda012998f6fb14fdb5b4fc260f03a7 2.15 MB 188 1
812,263 812,263 000000000000000000040bf5b10bcb842006648abbaf47c4d06ee731ed4a28c1 2.13 MB 717 3
812,262 812,262 000000000000000000046a5252619abf36ceffbb1c01f438d48d41a1adc19cbe 2.16 MB 80 1
812,261 812,261 00000000000000000000f156b74e21a26f87db4abac7f63f55a53225835efed5 1.98 MB 912 4
812,260 812,260 0000000000000000000098d83b1c55f3635a1da020cfc3fdf039e7f896895a47 1.97 MB 2,051 8
812,259 812,259 00000000000000000002a16b6ba30622da3a0958ca53b89d99efe2766922a219 2.13 MB 191 1
812,258 812,258 00000000000000000004428791ae427d32a2292cfad734845bb13fb0e1f851d6 2.06 MB 1,350 3
812,257 812,257 000000000000000000018c65bb86ed50a60d8f274ec92704219668398438604e 2.12 MB 294 1
812,256 812,256 00000000000000000004566033964aec73b696925a6ef7aa618d1706993000de 1.71 MB 3,577 10
812,255 812,255 00000000000000000002d91f8bc797b28d22a82b5919b637c1b26293b81c1048 1.93 MB 1,055 5
812,254 812,254 000000000000000000040f0637b1ecfea89fda38277246baaad4a13ce05333ce 2.17 MB 602 3
812,253 812,253 000000000000000000036ee1507c0bfdfbf82223156fd3f23eaddcabe2929b60 2.17 MB 175 2
812,252 812,252 00000000000000000002062b91ad1c4f4069dd7e9e4871d2dfa5f0e96d66588e 1.92 MB 722 4
812,251 812,251 00000000000000000003079de684e948341598a44ebcff8de252221921647040 1.77 MB 1,175 4
812,250 812,250 0000000000000000000071f975e5d417a510fcbefc9523715366fa775be4ad20 2.06 MB 1,298 3
812,249 812,249 0000000000000000000144f0db4939c1066be0f826d9b8dea369b7ac77d4ff84 1.89 MB 1,218 4
812,248 812,248 00000000000000000004185baa1e335951604e648b5737202647b71e600907f0 1.85 MB 1,459 6
812,247 812,247 00000000000000000004575f0c5724829d16920bbe5d6eae7df7aa31ac91e0a0 2.25 MB 83 1
812,246 812,246 00000000000000000001015441fc15a4f8aa8c736083f142cef4dc31c7eb7fa7 2.08 MB 1,102 3
812,245 812,245 00000000000000000001af8e12d9da04accc87df2983babcfc1b0a6926dca2c3 2.04 MB 778 3
Previous 10 blocks ↓
Total Size: 769.10 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.86 GB sent, 93.39 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.