Memory Pool Memory Pool Refreshing

3,085 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,949 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (768,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,375 139,375 00000000000005108be1fba865ff48d96f7004c1bfd278838a6870148ef72621 0.01 MB 38 92
139,374 139,374 0000000000000257ac4656e53b20a45829b6fcd11a21d5025598caf085c50819 0.01 MB 35 389
139,373 139,373 000000000000084c3927cb4f53ad39fc9af422d063d9c72e1288fd84b362802e 0.00 MB 2 0
139,372 139,372 000000000000084131136c1417103e7be6a8d818b2c98beb3cb01f721744f0ff 0.00 MB 8 194
139,371 139,371 00000000000002f2bd3ff613327a1b2a7245785b8b55e6e921917ebe735e7d7f 0.02 MB 39 203
139,370 139,370 000000000000051152f9d4fe5885e6cf7fc0f10072302e36c25684b4b51f37e9 0.02 MB 36 98
139,369 139,369 00000000000000b93751d500bfda83da3f243be623ed2fb480420b6fb43c278d 0.00 MB 11 495
139,368 139,368 0000000000000112945478e6051f66715a41b3980f01f51089252932e1f8096a 0.02 MB 50 237
139,367 139,367 000000000000070b52a2ae227d064ae883d309245354ea54470243c6f7df2a5c 0.04 MB 87 119
139,366 139,366 00000000000005fb8a8158dded2a311ca203933b712156fdc5bf609ff3b08bdf 0.05 MB 110 298
139,365 139,365 00000000000000b640bcebbef3cd931b82a12997174008fcaace5b84f23a882a 0.03 MB 100 68
139,364 139,364 00000000000002ed1c745b65c726f047b92645112aff103234418c415d738011 0.00 MB 6 124
139,363 139,363 00000000000000185442473f06287efbd78fa75470c9ccc81becfca811844416 0.04 MB 110 273
139,362 139,362 000000000000089a37684a81c659b58adba08bc036075caf71b39efe68c1011e 0.02 MB 34 223
139,361 139,361 00000000000003a592287887999fcf62abee976d804be826f60f1d50514009e7 0.01 MB 21 165
139,360 139,360 00000000000006060bff41ad2941a4cb6a63a0acf25883030712d7418a2f8f60 0.02 MB 66 344
139,359 139,359 00000000000006bc7bcdd1d43e40a4d68c4dca2f7e687e85219e7d26ab36454e 0.01 MB 17 414
139,358 139,358 00000000000007203c281aaab735bb6ea6e46057f8bf9d1b0c540deb97a74523 0.01 MB 30 125
139,357 139,357 00000000000000d3322a24cdad3315c1ee167ee2c3e37fbbffb8beca6b801f63 0.01 MB 9 53
139,356 139,356 00000000000004e9128926857b53de2bf4088e24417562c3577bc47c880bee17 0.05 MB 120 70
139,355 139,355 00000000000003f66942ebe825951b4195c476f4af78d75a6f1239cebd0f88bc 0.04 MB 80 551
Previous 10 blocks ↓
Total Size: 769.56 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,649.31 GB sent, 95.75 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.