Memory Pool Memory Pool Refreshing

6,879 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,252 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (672,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
235,743 235,743 000000000000010c515807e8557f4ce244140d04a6f1d4054954f43689c1ffa0 0.15 MB 443 239
235,742 235,742 000000000000003ab2c912a20f41d32e64773d51e5569db90b0f0e640baf2b8a 0.22 MB 200 94
235,741 235,741 0000000000000072126aaf7e94c71d95d5ff87b39f7a66cd0b18d45e8595f41f 0.25 MB 714 222
235,740 235,740 00000000000001a7798d4b4b14e7df90334fcf3d17814543d26479b03a39b348 0.47 MB 707 125
235,739 235,739 00000000000000ff5985c994360977d00626d93c5ce078e3ef0a5ff87127b2f3 0.25 MB 582 187
235,738 235,738 0000000000000129d79050ac6fe307707ef6c2f473cc774bf999fc6a686e18cc 0.25 MB 776 283
235,737 235,737 000000000000014453ce2fafe98f9c44a77a8da5d6acaeb1d1d65ec2df667e1e 0.08 MB 238 103
235,736 235,736 0000000000000113bcd1107fe719293438b861d222423a8d1fd79ad52bf6013c 0.01 MB 24 142
235,735 235,735 000000000000003e5185b17069d270f0f6d0b2a213b6c10e2ce4bd7b8efb3a82 0.08 MB 115 117
235,734 235,734 0000000000000180a613e91523e49a966758319b4c0e1f47e8ec78f1c95cde83 0.25 MB 722 238
235,733 235,733 000000000000007bcb4a88a3fdc0e571de7e6dabbf1d2a5b260d627d002e3e35 0.34 MB 737 166
235,732 235,732 00000000000000a1ed175805e5a3423cd0705e6181dc81dd1be1505ee7169399 0.25 MB 734 218
235,731 235,731 0000000000000184019a5f467bae7318d8d42b1774a06144b7be063947d04536 0.22 MB 462 172
235,730 235,730 000000000000001bcd6da4c084a40288dddf32a6ae4470d68683e31b94c3484c 0.15 MB 124 27
235,729 235,729 00000000000000ec923c715cb3a99d9b48fd3671610a438aba7e1f6cdc1cb990 0.15 MB 345 189
235,728 235,728 0000000000000049c88c951fb0c927bd43c2a3d68ae7ceea6393d48bd80b1bd9 0.01 MB 18 126
235,727 235,727 0000000000000084036b7d00d684b226502538af89062501db46f3d6d1677cb1 0.37 MB 821 180
235,726 235,726 0000000000000188c02db5ded6701b4b8a4cddb03fadffd3074793d50722ae00 0.19 MB 452 198
235,725 235,725 000000000000003f37bf496f29d6c7f63e721da01cf03f6fccbf5ee285749fbb 0.16 MB 400 201
235,724 235,724 000000000000007eb1aa0df796540c189aad5ef343e3a44f23d8b8bea40188c9 0.15 MB 199 93
235,723 235,723 000000000000001f65781a9ca11ae54ccad25a8ed92a6a95a83be794c8c152a0 0.18 MB 441 189
Previous 10 blocks ↓
Total Size: 769.27 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.32 GB sent, 94.25 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.