Memory Pool Memory Pool Refreshing

1,817 transactions
0.71 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
908,122 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 1,814 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,121 (688,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
219,843 219,843 000000000000037584a6f7745d64c56e7aca5545f171fe0070f2141a749751b0 0.05 MB 131 211
219,842 219,842 000000000000010618559a525412fe59ed12053935f29059c479ea362ff1363b 0.15 MB 282 137
219,841 219,841 00000000000003ad7b38a6b8925fbb526ddab1c05dbf2c9e20e96f6fb1f6d48b 0.16 MB 343 49
219,840 219,840 0000000000000008a7f55ba6febbeb63440d64ea5567a695167fa0328ac90b6a 0.25 MB 473 144
219,839 219,839 0000000000000437cc117686c60705e147f57f0548d28fef35e7bbd676c833f2 0.25 MB 760 234
219,838 219,838 00000000000001ba9e0550eca114ed5669bf43e541026dfe16e06ca067321b13 0.05 MB 122 39
219,837 219,837 00000000000003f9f2a1ca63990c02451f63f9588b63575c67673eb232fdd15e 0.25 MB 611 165
219,836 219,836 00000000000001c1d8659c4956dde0e8c4f6884298d9b67074f3e09095e8dd33 0.28 MB 610 159
Previous 10 blocks ↓
Total Size: 769.77 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,679.78 GB sent, 96.75 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.