Memory Pool Memory Pool Refreshing

7,682 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,709 (724,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
182,835 182,835 0000000000000778590ab1c88174de4c4b7aa0a0e241162beed1cb6b1b8b0b9f 0.00 MB 18 51
182,834 182,834 00000000000003fa200d9fa0ab0d348f588ef40319fd1599d970cec479c4e3bb 0.01 MB 24 501
182,833 182,833 000000000000044da2dd65768244632c8a2560c77737105251fd688b3849fe2d 0.12 MB 268 105
182,832 182,832 00000000000008696fc77c1891be8bb152b62aad511b6bbdb57da8c2d9a83770 0.18 MB 459 108
182,831 182,831 00000000000009188dedc3b4c473c770cc306e2d63e8e3c5a397d6083345bebb 0.09 MB 143 97
182,830 182,830 00000000000001fd5e808cf81b43ea56f50a06347ed11bdee46fe49409be0ad1 0.25 MB 636 140
182,829 182,829 0000000000000079919f8c5402527264e5bfd8ac881636aa85e16522b4051357 0.00 MB 10 68
182,828 182,828 00000000000006107f8ac801992528a27ceb549da4ae3083f87a11632bb85150 0.03 MB 95 46
182,827 182,827 00000000000007660b63f76b209cd7667541d44c2c065db561c9172317b9dcfb 0.15 MB 259 86
182,826 182,826 0000000000000266d95f3700f6510c267b1e31b75143e2449559e52a2e61b74d 0.18 MB 349 169
182,825 182,825 00000000000003fbff0ea8cb32c21064683631bf66571f017d0fc92193f3b496 0.18 MB 306 96
182,824 182,824 00000000000002fb6ab84685a7bb69538fefeb030c419b8e2bd4de9f98c9b730 0.19 MB 385 129
182,823 182,823 0000000000000086b47ac32b2d2c6e6c95e5352160c8dbb2ef3a6d00ba90d716 0.05 MB 128 140
182,822 182,822 0000000000000645d8a2d7833d6e45ae498cc37e385c73e3a3ff9c361d674ec2 0.05 MB 117 106
182,821 182,821 00000000000007bbe34f61f6e2c2b85538b97b1e7d02c3a4dab663c6a584533e 0.00 MB 13 84
182,820 182,820 0000000000000a5a7e3826f64965f510392964def16364af0d772165c905fc7b 0.32 MB 706 123
182,819 182,819 00000000000003c64130131ce7542e20a7a6ac7e05d871eaa13957c6c18834c8 0.05 MB 126 41
182,818 182,818 00000000000009ad76c5c48d9ef89fa5c55244e4fb6e158a7ff03ca03c74109b 0.22 MB 624 139
182,817 182,817 0000000000000654510cd229a35d7e0279c0693fa321127ae8564715d96b1335 0.05 MB 114 157
182,816 182,816 000000000000086d58471b18d2a2f20138d5e1812ff3784594a9dcc0e0ee1bc8 0.19 MB 371 105
182,815 182,815 00000000000008e51c54c4dc5f572339a1b12061ca0b4d46c1dbe979d75f2712 0.05 MB 132 115
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.85 GB sent, 92.83 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.