Memory Pool Memory Pool Refreshing

8,547 transactions
2.85 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,815 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (723,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,482 184,482 000000000000007f7a7ff1d2d16a9bc95bae0392c1d4f876acefe8ea08f547e8 0.25 MB 422 145
184,481 184,481 000000000000065d0dc3a94e8785b2aac5730362df751ce8f8bdf46885808a53 0.25 MB 445 115
184,480 184,480 00000000000008c806ab4055ee4d044ab388bcbf922b2f33d13e55f49211f418 0.26 MB 407 110
184,479 184,479 000000000000036d7fd6c0bf38195c5d61d99feb0281e97c964aa50db83bbb45 0.26 MB 577 129
184,478 184,478 00000000000002839c4205de8c8bbee01dc55ee4c3acb4f6166f7d52654d76db 0.25 MB 419 98
184,477 184,477 000000000000061d6ca3b6dbbb55489fdddac2085c2690be2622f45088367b09 0.25 MB 508 130
184,476 184,476 00000000000000c8caa5c93c8d498e894e66b256f8bcd88fb9cdd9ce7b7b24bc 0.25 MB 512 147
184,475 184,475 000000000000047e13b97c673d20ed22fbe26aa4c06185a23611265a3e24996a 0.25 MB 512 109
184,474 184,474 00000000000003aa59e34ac4a38132d3b18c48c171d7fea55ea7237ccff03753 0.05 MB 133 126
184,473 184,473 0000000000000691bc6b0c24976a9e3e6e589a41b199779ac08f2a2d2fdabd05 0.25 MB 443 95
184,472 184,472 00000000000008173bd4653053dfe0fc1720538163d95e0711f9ace3d7dc44b4 0.19 MB 512 142
184,471 184,471 00000000000000e6423cf5fcd523bbf07e49c84269e291431afed28fbee0c19d 0.25 MB 501 133
184,470 184,470 000000000000024a8811069d4c49625143c739b0f26afedab51242ac51a232a9 0.05 MB 149 184
184,469 184,469 000000000000056206a65bf114b7c1ecd862ecf685ed7a615a1ba8efffb87c23 0.05 MB 156 192
184,468 184,468 0000000000000863a9b5c1a8bbf2a586b1bc7d0457137c534ca7f52e17d58aac 0.24 MB 512 130
184,467 184,467 0000000000000a5365af0b1e3a89781b752d85cb5b02aafc0e38a01edfb67a2f 0.05 MB 148 204
184,466 184,466 0000000000000503a7fdb1ad906e6017667d7ccd8f68bf78b4dbfd0a2303fef5 0.25 MB 583 126
184,465 184,465 0000000000000783cd2b58fb92e70ada7aae0150e26ada83b0710659d4daa053 0.42 MB 1,052 133
184,464 184,464 00000000000004cbc51bada133e5901b2e15f389320bf1b6ef88450cb7453ebe 0.25 MB 677 139
184,463 184,463 0000000000000245dc81233f3cb83df381c2cbee07342ef7382a7d551b9fddd9 0.25 MB 420 95
184,462 184,462 000000000000015bf8a20d5248db34781af49b459c03151c3e2a2ae8dcfe246e 0.47 MB 1,024 134
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.