Memory Pool Memory Pool Refreshing

3,386 transactions
1.48 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,601 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (12,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,211 895,211 00000000000000000000a6f77a6d8167066694d619daf73018d712eca6251350 1.60 MB 3,985 3
895,210 895,210 00000000000000000000c8e950ee8d6080307f8aaf9ad52a23c68c33c16d9774 1.60 MB 3,661 5
895,209 895,209 00000000000000000000f89110914b6ddd1950385b2804557b6352d00f324fca 1.61 MB 4,096 4
895,208 895,208 0000000000000000000070b8cf5ba2d67c04bfc960ae104093a842fc988b6fe1 1.65 MB 2,625 1
895,207 895,207 0000000000000000000027e1aef10f8b62b6174181bac1c3a12f38487ef092f0 1.72 MB 3,194 3
895,206 895,206 0000000000000000000140542933dd4cd204989f161333daf245f92c55f34c2d 0.76 MB 992 1
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
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.