Memory Pool Memory Pool Refreshing

54,736 transactions
31.04 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
6 sats/vbyte 3
3 sats/vbyte 6
3 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
880,528 000000000000000000028c610000000000000000000000000000000000000000 1.00 vMB 2,155 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 880,527 (413,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
467,152 467,152 000000000000000000414efad0f1402158c7809bffc80a399670969ffac87a22 1.00 MB 2,167 301
467,151 467,151 000000000000000000aa321cf9185e7d63ee2a1c34edd0888792fd44ec6f16d4 1.00 MB 1,532 194
467,150 467,150 000000000000000001f27b41889fa92c1aa62100f787d566682dfd5e41456a4e 1.00 MB 1,704 300
467,149 467,149 00000000000000000158f09ea1563219ad82069fc325ddcdf842847b09891bd5 1.00 MB 1,882 254
467,148 467,148 00000000000000000026385ee9edaad7d2abcfb32abd97ace6e8a468fc7d8a96 1.00 MB 1,988 319
467,147 467,147 000000000000000001b1b0f2fa30a7e06d7033231c36806ae8ad334cb12a0b6e 1.00 MB 1,989 310
467,146 467,146 0000000000000000012560e60b0c6f578379dc99e5ca25aae629779309755050 1.00 MB 1,913 296
467,145 467,145 00000000000000000159d5f2a7caba8c31cf13aa2324c7a21ab18f819d4102fe 1.00 MB 2,257 338
467,144 467,144 000000000000000001dab7d20d8edadbdf8ae9f65fc28209a9c8d1f278abed0b 1.00 MB 1,988 387
467,143 467,143 00000000000000000112c9a73c18c85d15ef9e214bd7a20b026fc5db89ca5864 1.00 MB 1,152 411
467,142 467,142 0000000000000000015b75c804f8670a1012e2f005b07243b8063ec38df1b3f4 1.00 MB 731 489
467,141 467,141 00000000000000000182a8589e1fd67f0c4184e7446f767a5812d08a93ba66cd 1.00 MB 942 257
467,140 467,140 0000000000000000010ca2e52701109535df1a40d9923596a409dbb591610ada 1.00 MB 1,586 252
467,139 467,139 0000000000000000003581f1f4989c81c657dd019e68477a52cbffbb19e47fbf 1.00 MB 1,964 302
467,138 467,138 00000000000000000147238f25ad0adf229b4c1c404001687d2327f1f39ffff0 1.00 MB 1,914 257
467,137 467,137 00000000000000000128d940fefa7020b3775d32296f0753072674943bd00287 1.00 MB 2,146 305
467,136 467,136 000000000000000000072e84a77d17c815bc19a44bfca3a1c2e899cc220a1dad 1.00 MB 2,295 324
467,135 467,135 000000000000000001a10b2bed120691343420bd8a5dfba9175a1e71cdc9731c 1.00 MB 1,798 389
467,134 467,134 000000000000000001ae2605976a929b065066f6afa81a7df9e2ae56e2f12c52 1.00 MB 1,769 257
467,133 467,133 0000000000000000017a717bc12b819cbe18038468baea9718722cb29b1113c4 1.00 MB 1,915 219
467,132 467,132 000000000000000000ea2cda2dbfbfd44db34d1f8938a52ac2ee8cc72ca8ddb7 1.00 MB 2,099 346
Previous 10 blocks ↓
Total Size: 719.41 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,865.31 GB sent, 62.06 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.