Memory Pool Memory Pool Refreshing

7,928 transactions
3.94 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (720,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,118 187,118 000000000000092a78ca1c5085c2d1bdce2234491cf1c82b82f512512d77012b 0.03 MB 71 69
187,117 187,117 000000000000019a7c1de706db5cf0991f35d6a2f5e3f11f87f42afc15f2d1f8 0.03 MB 88 55
187,116 187,116 00000000000007a378242bf0501a1ff6586137dadffd5b44d7c01981366742fd 0.04 MB 121 117
187,115 187,115 000000000000026f344c8219935cf66a81876c745a3eb4b80d90ea51529cc299 0.08 MB 128 87
187,114 187,114 00000000000008003130d2f923b07db60bbf6bcde7436b353834568551fc5098 0.09 MB 114 86
187,113 187,113 00000000000005efe89f572e4ba042dc6be01de91e20678968b41a441df8444a 0.03 MB 111 82
187,112 187,112 00000000000005c81c952e9dd0eab31f87d077dbc07963da73e438ee2d455bf5 0.10 MB 265 144
187,111 187,111 00000000000007d76ea20ea0229fcadad0b20226cc7b7459fd3be214c0556881 0.00 MB 7 0
187,110 187,110 000000000000034de4d623d775d1d57248339ddec9be39b54670caea958abd26 0.04 MB 143 53
187,109 187,109 0000000000000870ccfc347aed50b9e444fa0d8d03eeb42cd96fe00c673b0619 0.17 MB 374 311
187,108 187,108 0000000000000921647704fe64b93f3fc6e38bc0633981fb42e3e4a49694af2f 0.20 MB 436 128
187,107 187,107 0000000000000937924ba301818d69de57b809cae8765e889516862ecafa73f1 0.00 MB 8 0
187,106 187,106 0000000000000266f6e089e0942a44fd39b511da28655b2678507f47eff2dbcf 0.05 MB 146 140
187,105 187,105 000000000000053dfbba2f069afd707a08b8a006426c1692cb37ed62f5048a26 0.11 MB 321 146
187,104 187,104 0000000000000137d500d2bae8fbbab9930afb3233ccd4cb20a7b7d86dc4c4eb 0.09 MB 202 110
187,103 187,103 00000000000002ae55571236717e0df83e2d1bd374476abc1ffbbc31725720c0 0.00 MB 10 0
187,102 187,102 000000000000064f11985ce857ec4d4c7564ca64a7f15a9d5c35265936ba2ec8 0.08 MB 244 159
187,101 187,101 00000000000000358234038272c11b895cb60198c9fd3450b25eeac50a23807e 0.02 MB 58 26
187,100 187,100 0000000000000991a62d8d84435331f61315fc7873eff4896a447e5a865537b1 0.05 MB 91 86
187,099 187,099 0000000000000562c9300bbbe0b3ebc284ba9ced519dd84e89ef7e08b7f144a6 0.01 MB 47 166
187,098 187,098 000000000000034c4d24b07b7c4182b5d82e136ffd70958de20d8780f6a51394 0.02 MB 50 253
Previous 10 blocks ↓
Total Size: 769.03 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,625.39 GB sent, 93.03 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.