Memory Pool Memory Pool Refreshing

4,333 transactions
3.50 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
899,742 0000000000000000000237740000000000000000000000000000000000000000 ago 1.00 vMB 3,657 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,741 (4,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,205 895,205 000000000000000000004c2485b26abd3ceb8c9f0ef460d7dfe1e74a2a6c0ebf 1.77 MB 2,330 1
895,204 895,204 000000000000000000000b8d5dbd91301ccffa0b54effbc39dec81fdcc6d3cc6 1.73 MB 2,782 3
895,203 895,203 00000000000000000001354afaf97efa4ccec2406c246602a081a0eb960089e9 1.01 MB 1,415 1
895,202 895,202 000000000000000000014636200252927666470719a9a48c0f04129f779c28ce 1.59 MB 1,806 1
895,201 895,201 0000000000000000000230e308fc3fbd0db17b10a6dc80c4f1b4c3d77322d162 0.88 MB 866 1
895,200 895,200 000000000000000000004f3ddf53cf27f2773bd4077d30cf7ea5b8106a958ff7 3.42 MB 141 1
895,199 895,199 000000000000000000019bc8e5c12111fc69412472fbc930c27af6179efff447 3.06 MB 1,142 1
895,198 895,198 000000000000000000021cd924e1a391fa4a289b19646a97fc0a8b7825b09488 2.32 MB 1,788 1
895,197 895,197 000000000000000000021f871b9793b261104f9c6a20d40b3b857de7c546ccdd 1.61 MB 4,204 4
895,196 895,196 000000000000000000020dcfc0342c764f5de6652622e72a1de5f79f40aa623c 2.56 MB 1,459 2
895,195 895,195 00000000000000000001c4d82597650ee15cc2771c0212a0df8ad604591d8568 1.89 MB 1,841 2
895,194 895,194 000000000000000000022905314d631110cff802827294db290edeb4762364a9 3.65 MB 91 1
895,193 895,193 0000000000000000000123a0fcf16c6af3387a8a7387b0624cd82d3d919123f2 1.67 MB 3,214 2
895,192 895,192 0000000000000000000251989c32da93b6a22e031158fd2f2a127ee79b332e43 1.95 MB 2,671 2
895,191 895,191 00000000000000000001def9a888a5934f93166ac26055420f0432eb6e109f06 1.72 MB 3,510 3
895,190 895,190 000000000000000000017a4ab8b59b36ad349bc96b2e7daeed3fffd14e7a8779 2.47 MB 1,810 2
895,189 895,189 000000000000000000011b51bf16ff510179261d6d445a7951624cb703a653e6 2.77 MB 1,763 1
895,188 895,188 0000000000000000000227190c16e92694c1c5d5d2334a5bf48b7e936b50401b 2.37 MB 2,326 1
895,187 895,187 00000000000000000001581957e55d66b4651c8454ec4cc90ff026233e4460a2 2.04 MB 917 2
895,186 895,186 00000000000000000001892f9a3d39a253ab91329516578e96d42bcd75de324f 2.07 MB 976 2
895,185 895,185 00000000000000000002588931e3d053e4bf4f9c7b63c105e2af5cd9efbcbd95 2.10 MB 922 2
Previous 10 blocks ↓
Total Size: 755.53 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: 528.34 GB sent, 26.19 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.