Memory Pool Memory Pool Refreshing

10,767 transactions
3.24 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (71,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
836,285 836,285 0000000000000000000271cd73721d2d6a5788aab99282b327f5f6c6af3f4663 1.69 MB 3,129 38
836,284 836,284 00000000000000000001aeac92f18e973ca85ab113f1a6921e53722580749f47 1.88 MB 2,227 31
836,283 836,283 000000000000000000007fe9dc60f7c40624c1f234aedd4d1a3c6258a24259d7 1.73 MB 3,222 36
836,282 836,282 00000000000000000000a056f535f5b5c1130a797b29875e21e6809ea11fe6bc 1.60 MB 3,301 43
836,281 836,281 000000000000000000016c4ae981c7497774008c06767a630385c4cbd6d8b16a 2.59 MB 1,722 30
836,280 836,280 00000000000000000002ea047f8344d6fdc7e84bcfb5b2428ff75f9fd88d8937 2.00 MB 2,255 31
836,279 836,279 00000000000000000001095134bd616e87c848cb750d56ab7d20c12404eadb26 1.86 MB 2,993 38
836,278 836,278 000000000000000000032f775c734c5b6103b83cc8ac076a0519c72723458e4f 2.75 MB 1,308 31
836,277 836,277 000000000000000000009d69f2388cbe4f7215d01143722957fa63602d54890c 2.31 MB 2,468 29
836,276 836,276 00000000000000000002193a3455c401783bf5ff72772a344d368a1f6a69a6f3 2.80 MB 1,752 33
836,275 836,275 00000000000000000002b059396b31cc7cea4fd64e43972a4451e9f5809a1b1c 1.85 MB 3,004 38
836,274 836,274 000000000000000000002b3978806591c72095196a2a6f29338962e84e37f8a0 2.16 MB 2,614 35
836,273 836,273 000000000000000000003eb15e9bd621389a1de1d796b113d5462799f8cc186b 1.57 MB 3,363 41
836,272 836,272 00000000000000000001ff5d16cde793de8881082d188d865faff89f45c79e1a 2.00 MB 2,578 35
836,271 836,271 00000000000000000001b8b986e016794217d9a2d1edcff627c3aa623def0976 2.66 MB 1,916 35
836,270 836,270 0000000000000000000106baf5f68aca79d44bed89ed961fce6d8332402b02d3 2.12 MB 2,641 38
836,269 836,269 0000000000000000000065ae0b9d775ac4244f89bad4b45d06100e7c0b7cab54 2.14 MB 2,390 36
836,268 836,268 0000000000000000000204d3d1a41ab68a707f3b7c31eeaa4843a94e287b495e 2.17 MB 2,972 36
836,267 836,267 00000000000000000000c7041c3f209dfb031e9e59d01f1275cae0b7819db230 1.98 MB 2,384 39
836,266 836,266 0000000000000000000159a1026b08330e10c1c620783cd5ca50376e0b16f55b 2.03 MB 2,558 41
836,265 836,265 00000000000000000000734e33d71f0195fcdc20b0a0e1f544aeee9bcfbb7a82 1.60 MB 2,944 52
Previous 10 blocks ↓
Total Size: 769.01 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,621.47 GB sent, 92.91 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.