Memory Pool Memory Pool Refreshing

52,715 transactions
29.22 vMB
Show Random Selection Loading Transactions
Max Size: 167/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
2 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,464 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 4,279 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,463 (11,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
866,731 866,731 00000000000000000001769e5be197242bf0c99b75e2d8b8e534ea7cce2d2d03 1.53 MB 3,192 14
866,730 866,730 000000000000000000010526cc3792cadc027702db956eb80b8fbde623adf749 1.57 MB 5,391 12
866,729 866,729 000000000000000000006522d13bb057c0e38d89d82e344aae87ae1534d3e311 1.60 MB 4,228 17
866,728 866,728 00000000000000000001a3b4bd4e523d9fc50f4b4d91f14a6b4e53cab0be0e14 1.67 MB 4,751 11
866,727 866,727 00000000000000000002cd2bd90f685a93689c04e1acfb82795c1160fe453473 1.60 MB 4,261 14
866,726 866,726 000000000000000000025f0968ab8a69ad3a12d0c825f377aaf481e4681be8b5 1.74 MB 3,341 15
866,725 866,725 0000000000000000000108856b04084977e6ed90a98e25c2bcb3815b8cdb4f59 1.46 MB 3,689 28
866,724 866,724 000000000000000000029aa7fca3a6b07c75d7805f4f631089f28b2a4b0163ed 1.49 MB 4,469 10
866,723 866,723 000000000000000000008fb44546454f12691f8fa0f8857c391c1355dadac9d7 1.53 MB 3,324 7
866,722 866,722 00000000000000000001b07df4e2d6f8eb9a6e30e5b8b16259dcfd0b74347c1a 1.53 MB 5,490 11
866,721 866,721 00000000000000000000048d9277c0da126836571c3e027f9b32d804d3b38207 1.56 MB 5,885 13
866,720 866,720 000000000000000000005469bc478c6ee1f69f755ceb3cc29ebeac0c96234077 1.53 MB 6,398 13
866,719 866,719 000000000000000000015ae3441f767b3407dc4689e052342a1a513f1f6326cf 1.50 MB 5,908 16
866,718 866,718 000000000000000000012cd6187ca09c48064b53757185151011fc261e8b9d23 1.56 MB 5,973 5
866,717 866,717 0000000000000000000171b9f3d8028fb052d4fda52113704ecbf901760e8a21 1.65 MB 4,847 5
866,716 866,716 0000000000000000000194ebb9d8ce7641b5aa20e328d22c651b149b8cf5f76f 1.51 MB 6,402 6
866,715 866,715 0000000000000000000174c7648d32e9c335a3489c9c2c5ebb0bb1aac66133a2 1.56 MB 5,943 4
866,714 866,714 00000000000000000000172811fffa6bb14a7e9b516e43a4a19c1a954cd6f053 1.55 MB 4,737 9
866,713 866,713 000000000000000000000c8764da5f2bd639aab3a531be3d540c0298d622fab5 1.60 MB 5,232 8
866,712 866,712 0000000000000000000190166902fa393b7e43ceb65a2b23b26dc51722ae9551 1.57 MB 4,639 8
866,711 866,711 00000000000000000002830db30fc4bc031c65457a3d7cae3fd35686ad054bec 1.54 MB 2,988 16
Previous 10 blocks ↓
Total Size: 715.26 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,382.86 GB sent, 41.41 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.