Memory Pool Memory Pool Refreshing

8,967 transactions
2.98 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (745,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
161,850 161,850 0000000000000ca5fab99753196c146c31aafe930ff4f4ae7903546f2d07339f 0.02 MB 33 67
161,849 161,849 00000000000004f1916c68fcc911cfa3d09403e44038a64809a30e43723607ef 0.00 MB 2 0
161,848 161,848 0000000000000a5e051e1745a7ecf9d06bc54a19335e175441af962e26bec0cd 0.00 MB 6 23
161,847 161,847 0000000000000676e52d95b9300c56f72cdab5f1ee3d8611f55dc588342cd071 0.04 MB 67 780
161,846 161,846 000000000000035234307aed9ba0fb9e8cd0f83225f50db02705d2786327271f 0.04 MB 64 22
161,845 161,845 0000000000000abc73fc4ac304aedaf02afe68582b885220dbd457202b0f4155 0.00 MB 12 15
161,844 161,844 000000000000092196872ce6974e364af170438a8db9acdf2a838cdc06f69a72 0.03 MB 81 264
161,843 161,843 0000000000000a8a938fbf45b6b261dd7858bffbaa578d51bf2b1fce769ffd88 0.00 MB 10 13
161,842 161,842 0000000000000af0c06a023bbbedfa3435fd960d5d3987797e572d9e42c4953c 0.03 MB 37 112
161,841 161,841 00000000000006989680d781e94bfde3d1f7e5965e8ef824b5c77e0b3c540dce 0.00 MB 12 309
161,840 161,840 00000000000005095ad950c35ada9dcd7b858e49ffe91116b30d93a0b1778099 0.01 MB 16 12
161,839 161,839 000000000000007df55d25155ff2c93a2a092ab5f499c8f581ec74a30469627f 0.02 MB 48 198
161,838 161,838 00000000000006c2056186527509948b331123ddcb4df04f3863e06f5d32014c 0.00 MB 14 28
161,837 161,837 0000000000000d286dc3021b4c66a025f37f444f38f6c068d04c708d2e76157e 0.03 MB 88 199
161,836 161,836 000000000000006df822bb851ae1232f8e82d41adf31b2c2e09f2a85cd0ea832 0.01 MB 15 103
161,835 161,835 000000000000096c0298fd2ff0463e3607e764aaba95d60e9c5b41ad297ad18b 0.01 MB 15 201
161,834 161,834 0000000000000060ff290b1e863c4d8af703ee53d8c12ae29236d9605a9e8098 0.03 MB 63 131
161,833 161,833 000000000000094479798bed536be8da268e8ab6d1f87e9e47206631ad2e1f10 0.00 MB 15 292
161,832 161,832 00000000000007deb59ae4edda804a67f631ee5746b6e2cff34925008fcbf60a 0.00 MB 13 76
161,831 161,831 0000000000000902cf992ed9ffee3ad4195ac0c49cba0b59726433403a4eeabd 0.05 MB 118 88
161,830 161,830 0000000000000bc77b50553b9654fce939b2b94c6dc3206ed5b30854228ef603 0.01 MB 22 275
Previous 10 blocks ↓
Total Size: 768.98 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.38 GB sent, 92.72 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.