Memory Pool Memory Pool Refreshing

8,325 transactions
2.92 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
908,292 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,972 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,291 (821,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,682 86,682 0000000000245c5c7f0729d3635fffccbca474c0f12129a82d716ebedfc988ae 0.00 MB 2 0
86,681 86,681 000000000006cc6ead9ea5be4f9e9e72282bf2a4d306e6225183ea9bc5a71fd5 0.00 MB 5 0
86,680 86,680 0000000000126fa1bff95b1d807b100a4992f342a192f68f89101843e86516c7 0.00 MB 2 0
86,679 86,679 000000000001e767f4c6c703f5702cf3022fef3c8f18b3205536a323cbc09077 0.00 MB 2 0
86,678 86,678 000000000027332e01ae67597cc85fa6f8e747fceae9fc620c0053cc6b1cdd67 0.00 MB 1 0
86,677 86,677 0000000000047f61e040a3ddb4bda18b5d00e05b30c67e6009b9ae9ad38c02bf 0.00 MB 3 0
86,676 86,676 000000000022e85c20d24cc2c2454c9ec1319526742329eca07cc1a34186fa41 0.00 MB 3 0
86,675 86,675 000000000017a4b9aa05e22fe991bc8a01a067351562b84e643778b60257d954 0.00 MB 2 0
86,674 86,674 00000000000e6e597cc0f70fe994d17e5903a705d90da5301cd8b0d36f373fe3 0.00 MB 5 0
86,673 86,673 0000000000213e6bf5751af9e3f097a7b11b83c9264e17e5a8df17ba0825e56b 0.00 MB 3 0
86,672 86,672 000000000013cf30966b8893fae7931dfe2dd1697472cb2c5da853fb08ca790f 0.00 MB 5 0
86,671 86,671 000000000002336504e152fce77fdd22082e605c0d7fa09e2bc4e887186084bf 0.00 MB 2 0
86,670 86,670 0000000000122dc4da19940f96a068ca4f0e674624984cbf5585af660e06319d 0.00 MB 3 0
86,669 86,669 000000000018873fd6dbddca0b397a7b6f6079bbfe6279b1ba76be23a33fefdb 0.00 MB 1 0
86,668 86,668 00000000000fc69af61e6acdbe6e52f9cc40121630a085094f9ac126363ad179 0.00 MB 6 0
86,667 86,667 000000000027a7d051bca3fa3c7d83c85e413f2c69f6115c0ff7a837325f90ec 0.00 MB 1 0
86,666 86,666 0000000000157a8cd75d1c8c72eaa35b581b2df02f9dbf0ea3a191cba4680f71 0.00 MB 5 0
86,665 86,665 00000000001efa6364d70b875dcd90bd7cebcdf6e483a9d39814b67c8517fb82 0.00 MB 2 0
86,664 86,664 00000000001530d5f6acb192e74b2b7d38c0c6635378e6de16d64d862c36fc8d 0.00 MB 3 0
86,663 86,663 0000000000197c30c2a4ac1ca71bb966b46440070e48cef26c9ac61c368bd23c 0.00 MB 3 0
86,662 86,662 0000000000145a93a7c50baef2f9a6f872dfce89c243bbfb6c2cb5f19e684907 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.39 GB sent, 98.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.