Memory Pool Memory Pool Refreshing

5,592 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,059 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (720,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,898 186,898 00000000000008717e1803b5535187ddedf619e25c957ec3ac647b95df5fc3f0 0.03 MB 77 116
186,897 186,897 000000000000013bde2100adea9a8865bcd0cb1bb03bd6eb4192476d28e15fb7 0.00 MB 11 15
186,896 186,896 000000000000074c4bcb0d2cde0e37d21849370abe55c151cb72669cfd1cbe31 0.01 MB 29 351
186,895 186,895 000000000000026f39fe020c958831129c6e8f0b97f5333e6346949b83e441df 0.05 MB 123 137
186,894 186,894 00000000000006ae41f4018df88261c4b768262bd89cd04633cf465f627e1c04 0.04 MB 160 33
186,893 186,893 000000000000080806c9f351d5f756901bc4a8c34c046f206fae5ea21dd47954 0.14 MB 325 116
186,892 186,892 00000000000005c1a054d36892f9d5b57c6a13191d795738b7290eaf65e03543 0.00 MB 14 15
186,891 186,891 00000000000008658906d7164f4be2e740b37fb788dec02c875cc991a6bb3a8b 0.02 MB 48 108
186,890 186,890 000000000000084e05e4a801102376244bb5cbba768aa9f5370bf4a3a299e71a 0.19 MB 324 101
186,889 186,889 00000000000007a2460a838f185cfab8be4603d1387c8c976f3645ac84afb461 0.04 MB 60 269
186,888 186,888 0000000000000425c585d83946389d033f20481883eff108a568c9435e1c75eb 0.02 MB 54 144
186,887 186,887 000000000000046409919c41e91fff403ccd9a1491f15d84a7aaf5071e3a82cd 0.19 MB 382 235
186,886 186,886 00000000000003a56c9465be8f4314df8bf675b097d1c9f39ac805514d2a4198 0.01 MB 40 32
186,885 186,885 00000000000002eb336cf736f9ffa3afd9b1669cf709c77a251e2a73b1b35a0d 0.10 MB 256 166
186,884 186,884 00000000000002129877ae3df3cff7ffab5b5ee8bda71864f584ae812c7179e2 0.03 MB 79 3,864
186,883 186,883 000000000000038c49ea463b79f487495592740a971491f645357549473175a2 0.01 MB 30 139
186,882 186,882 0000000000000159483c61366e809c2de74a0b54dfe3b73de75c71f43078a4cb 0.03 MB 63 120
186,881 186,881 00000000000002b142c5ce5be2741f152bb1c116c013f616a2ee1445b446adb0 0.05 MB 156 79
186,880 186,880 00000000000004b06a6a1a557f39e045b7f7e0205f251cdbeb1e8d017253b060 0.00 MB 13 29
186,879 186,879 000000000000041b411975353167ae8faf6016806df7507c5c584edd8cf6f202 0.14 MB 266 107
186,878 186,878 00000000000003c430fe937368bc15473d83057d53fa04585611dd7301dfbb75 0.11 MB 241 113
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.