Memory Pool Memory Pool Refreshing

1,723 transactions
0.66 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
1 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
907,778 00000000000000000002349e0000000000000000000000000000000000000000 0.64 vMB 1,713 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (640,985 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
266,792 266,792 00000000000000001292d8d163b419a07b2642e80fec1f7027f32e5f6a27925b 0.04 MB 88 100
266,791 266,791 000000000000000a01f05f5e6eac250012aebcbc440a87c9e774db0821f32569 0.17 MB 278 67
266,790 266,790 00000000000000060da63704ad7c10d303c31bdbb83c0c2d363db217a03df69f 0.04 MB 78 52
266,789 266,789 0000000000000009214095c41a02649f3c206e4310872b9277bd67c6a7b04eee 0.08 MB 129 48
266,788 266,788 000000000000000602ce399eb1d0fce81a2dc029223097fbdda0452e5ca4154a 0.11 MB 231 85
266,787 266,787 0000000000000001a9064dd8ab6d88b6f6a3fa1031e536a13e80b1443fd8d40b 0.06 MB 131 96
266,786 266,786 00000000000000057ca483e98673e876b21b9b1a78420dd8ee4c1acda26f2b98 0.07 MB 136 14
266,785 266,785 0000000000000005304f088b01e82b67af4845892da02bc7a17e43a17a8fb28d 0.04 MB 102 90
266,784 266,784 00000000000000087b790743160e524a95bac02a732a8c32bd91e5eb47912932 0.16 MB 383 89
266,783 266,783 0000000000000007ef422ab6896bda1a720ee97f6da1e2960a18df27f681214f 0.12 MB 297 84
266,782 266,782 00000000000000060d4dab8688bcd7edf1e3138ca742cf635e56b6f2969c80e4 0.42 MB 828 81
266,781 266,781 00000000000000099ee4bd8fec941c63613d4af4d7142a5c1087aedf68c5b9f3 0.17 MB 324 81
266,780 266,780 0000000000000007370b211761d12439dd55816029ea2093a988c8fe63a51af3 0.14 MB 342 92
266,779 266,779 0000000000000006f8636fd71d6f13c9d3c3d3f1618829363c30f7a8e6c688b4 0.03 MB 64 89
266,778 266,778 0000000000000001dfe31fc3418b674b369a3d897142063766d6c9459f2d9990 0.15 MB 300 73
266,777 266,777 0000000000000008a1ff192b1f7a4ba335b32d695c9bc33c756087ce72dcc729 0.15 MB 303 81
266,776 266,776 0000000000000009f3e4b6a2fe5923d165821095657b0cea1d0a261d87784d72 0.17 MB 275 78
266,775 266,775 0000000000000004ecb560f5eac256fd75ee8f2c1d4e01dac1d60e56a2475a1e 0.07 MB 170 65
266,774 266,774 0000000000000009fc6d504ca2c02a3ea3c7d66d3acb17c17f02b02b127f26cf 0.23 MB 540 105
266,773 266,773 0000000000000007458bc31ce120f2eabdca3fcc1525feeb1b271afa0f801fe3 0.20 MB 418 74
266,772 266,772 00000000000000084c580aaae8461b8b61cc82c2b1dbb56ff795fdd4dd51363a 0.09 MB 120 59
Previous 10 blocks ↓
Total Size: 769.12 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,630.14 GB sent, 93.49 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.