Memory Pool Memory Pool Refreshing

3,343 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,750 (687,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
219,864 219,864 0000000000000401c7fa80beefc56ea7f92fbfd4ce32545d3da96a9b04b3c5c7 0.03 MB 25 76
219,863 219,863 00000000000001ef318056acc410294f2463eb526f91090fa0dde283f1135302 0.06 MB 154 200
219,862 219,862 000000000000049f2626f44211bbed45557dc74905c6d85702ba900801de753b 0.02 MB 42 162
219,861 219,861 00000000000002cdb61b6d83725c6a288878577f63b33c585c58f3272235f5a5 0.01 MB 19 99
219,860 219,860 000000000000003dce5a1d9ee135d1c69a55c7d49de0aad7343e7485d35c90eb 0.07 MB 193 141
219,859 219,859 0000000000000081b69b0632f726aa3daa2c5449d8dfe4c2e938634286304176 0.05 MB 68 129
219,858 219,858 000000000000051031e9655208436f3f4b7c42a9977520b52b76d3759612efe0 0.03 MB 93 214
219,857 219,857 000000000000049372e94c61f469122ce990539b51907bd151f77573fff55136 0.05 MB 33 39
219,856 219,856 0000000000000302fca14f53deff2c7230ced6419467edb321d1fc0d529bd3a0 0.02 MB 39 122
219,855 219,855 000000000000042298ec5e0d08c9f22b61daf41710f10cd8d08e7951fafc65e1 0.03 MB 59 32
219,854 219,854 00000000000004b0b5785754587c95b119cf39283afc7ee84d5148f36635c3e0 0.14 MB 318 161
219,853 219,853 00000000000001565308148891944de1537f8cb5da235c7531263be7c3d67bdf 0.00 MB 6 163
219,852 219,852 0000000000000468eb0c9942958ca275807802042274e513d13af3f521ce978b 0.11 MB 273 211
219,851 219,851 00000000000003c20444559e2577abce8bf824137509430c3fdc8a77d852c44c 0.01 MB 25 175
219,850 219,850 000000000000024fe6bdac965db6e16efa1b716f33801f3de36813b3cdf9a667 0.11 MB 282 191
219,849 219,849 000000000000010a7fc30bb42418a1f3d2ab9232b65714e4458048792c03a3ac 0.06 MB 124 169
219,848 219,848 000000000000005c60455c7cfdfaf51a845b3e1f1bfec1d6b6da16fac05dd32d 0.03 MB 84 51
219,847 219,847 00000000000002474687e841e15d45d10fecbfb7383ab52d415ada945c5ba089 0.12 MB 217 172
219,846 219,846 00000000000003bfac5a18f2287de14b3d75777a96fdaae925729340f15e412f 0.00 MB 7 16
219,845 219,845 00000000000004d673410b3429c9a9ad2e34b083cd9df634adc756e86ee727c5 0.02 MB 39 115
219,844 219,844 00000000000002538e03041148500b5e24bc21ebdc93ec274ce42cdb28d69292 0.06 MB 91 115
Previous 10 blocks ↓
Total Size: 769.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,628.19 GB sent, 93.28 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.