Memory Pool Memory Pool Refreshing

7,582 transactions
2.85 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,222 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (250,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
657,154 657,154 000000000000000000099e27a2fede69b0921fcf2f2c1d8551cbd83e8948b52f 1.74 MB 612 17
657,153 657,153 0000000000000000000aecccca7d93eac00796740ccff58f33fc69704d3e0f20 1.32 MB 3,035 81
657,152 657,152 00000000000000000010c20e84f8188d7fc0a80a7ece48ef473d3092e2045078 0.15 MB 320 41
657,151 657,151 0000000000000000000d9c3f3f9d442f141488242c45cf4fecb97f7c80d07341 0.85 MB 1,187 22
657,150 657,150 0000000000000000000039f16db3aacd9815d8b9724bf836ee783fef3b570a0f 1.28 MB 2,545 31
657,149 657,149 000000000000000000025dedade158e37858d4dd7313bfc456f5b1230208c6db 1.31 MB 1,893 58
657,148 657,148 00000000000000000009b628f889b5e12dc523d9108967ceb5ba212ccdd3bef5 1.14 MB 1,880 30
657,147 657,147 000000000000000000046717b297fc5223a1d3969523305c7ff41239aca730c4 0.74 MB 1,325 23
657,146 657,146 000000000000000000026346a849bdce4717c93934ebc469c185f51f0239db3e 1.38 MB 2,046 13
657,145 657,145 0000000000000000000ec979be47476efce9f0d51cf73f7fb90eda88bafeb2fc 1.47 MB 2,279 46
657,144 657,144 0000000000000000000b70a7cef47e1996f3d093085042b271debf14a1d4793c 1.29 MB 2,253 79
657,143 657,143 00000000000000000001f3a1be021288b12d080b20f536f2e3da8599b652be52 0.96 MB 1,872 13
657,142 657,142 00000000000000000004a01117f6c4989ac9404e0df78be703f7bf311c01ac9c 1.44 MB 2,275 72
657,141 657,141 0000000000000000000aa1412e3242a5a4a332c26ce8d5a039de973f56322ca6 0.06 MB 99 44
657,140 657,140 0000000000000000000e1d901c786d4dfee67857dc90ca22d174498bc9536b63 0.49 MB 762 40
657,139 657,139 0000000000000000000487697bc51fdd8fc9320034ab8a0ed3b1d4b12ac5426d 0.82 MB 1,093 60
657,138 657,138 0000000000000000000da2f80966a32b792ef9f542d2b2b155ea492c252e6aee 0.19 MB 318 42
657,137 657,137 0000000000000000000b765ce91be87fd63f8149e991806cd5c7a51fd3345e20 0.51 MB 923 34
657,136 657,136 0000000000000000000078555d920734743ff91315140aab8df17c8413e18b5c 0.87 MB 1,095 52
657,135 657,135 0000000000000000000fdfd9a649dba0d173c8ccc24d277826ff1b47d3d30355 0.85 MB 773 29
657,134 657,134 000000000000000000030ce724aefe3bab5d6be67af54e63c94504b5100af85b 1.73 MB 1,550 23
Previous 10 blocks ↓
Total Size: 769.13 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,631.57 GB sent, 93.56 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.