Memory Pool Memory Pool Refreshing

6,028 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,875 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (766,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,690 141,690 000000000000064dc19dc0fa00fe2018b667cbc4aece2358958afc97f02f6098 0.03 MB 65 61
141,689 141,689 000000000000087131d5c1f6aeeb30488e5d4c21bf45a53117ca68ff165203b6 0.02 MB 29 97
141,688 141,688 00000000000002bac69531f33e7381a2692ebacefba35d2e14523ef9c9f2ae51 0.01 MB 37 486
141,687 141,687 00000000000002b240537c5558194cd37661964e02e68847c3a6141a5d54b91f 0.00 MB 13 64
141,686 141,686 0000000000000112448f9003fadcd1d50152a42c0d9315906c5480b7ae472faa 0.01 MB 10 53
141,685 141,685 00000000000008c97a7481a0d81a92b3266f461cd1c89ce9583b1cc18b5a2c20 0.04 MB 114 58
141,684 141,684 00000000000003c2f4b4b9cb4ceb85ec5b864204addb7979bc4d3dc5b006547f 0.05 MB 86 384
141,683 141,683 00000000000007e299ffd7896ae5a923d499fa544a708186dd66c8402d2eec50 0.01 MB 29 132
141,682 141,682 000000000000047eda34e4a1633cdda858034b6166783bcde4552e7c98a26cbf 0.05 MB 99 204
141,681 141,681 00000000000008f8dc2de211e6865cd75071c04699cfad84d2f9258873f4e1c9 0.02 MB 83 98
141,680 141,680 000000000000001d0b465d0f794852e360280c526a0154bdada76c8b50876fad 0.03 MB 61 96
141,679 141,679 00000000000005dec557e0fbf2364f2d2a15421b094372ab6bcff2eff3f4c2c1 0.01 MB 27 56
141,678 141,678 00000000000001e9effe4a51983272b43a764d4b66e17b7ef8ba66b868c57ff1 0.00 MB 9 259
141,677 141,677 00000000000008318784a6d50f82c75f53512a79704cb220f62cbd59ff4853c5 0.03 MB 57 110
141,676 141,676 000000000000014f62f89f56e88e2710f71d505b31814089d1299a5ef86477a4 0.01 MB 14 83
141,675 141,675 0000000000000132db2e5dabe3b0da772ac17c644a4746ee819a4f55edb8c121 0.05 MB 149 82
141,674 141,674 00000000000001ca68ef65ea52ee640e49a55f80aa974ff8ae2e561bca009fc6 0.02 MB 36 196
141,673 141,673 000000000000067acd39d35e85ce3eef39b1e2b787c1d3d0b37e363a5b37c30b 0.01 MB 13 12
141,672 141,672 0000000000000095d5140e0b27e75e8f77ca6aacb65d4dde472e5d48c446f2e5 0.02 MB 49 99
141,671 141,671 0000000000000774b90ab2b8c31c6db6f2bafe4493fef6667f681d7593ed0ef3 0.03 MB 46 153
141,670 141,670 0000000000000526afbdad08fb3693fc3b7e7f53171c2ecf3ac07f4adb4dd8b9 0.06 MB 73 242
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.